Fix icons in modals

This commit is contained in:
Lucas Verney 2019-01-06 17:16:20 +01:00
parent cecf1fd8a5
commit cadd8869aa
3 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ REPORT_DOWNVOTES_THRESHOLD = 1
def preprocess_bordeaux(kmz_url): def preprocess_bordeaux(kmz_url):
# Note: The Bordeaux KML file is a daily dump, not realtime info...
KML_NAMESPACES = { KML_NAMESPACES = {
'kml': 'http://www.opengis.net/kml/2.2', 'kml': 'http://www.opengis.net/kml/2.2',
} }

View File

@ -10,7 +10,7 @@
:hint="hint" :hint="hint"
persistent-hint persistent-hint
clearable clearable
append-icon="my_location" append-icon="mdi-crosshairs-gps"
:rules="rules" :rules="rules"
v-on:input="onInputHandler" v-on:input="onInputHandler"
:menu-props="{ auto: true, overflowY: true }" :menu-props="{ auto: true, overflowY: true }"

View File

@ -14,7 +14,7 @@
:hint="shareLinkHint" :hint="shareLinkHint"
@click="copyShareLink" @click="copyShareLink"
v-model="shareMapViewURL" v-model="shareMapViewURL"
prepend-icon="share" prepend-icon="mdi-share-variant"
></v-text-field> ></v-text-field>
</v-card-text> </v-card-text>