comparison client/src/components/identify/Identify.vue @ 2835:202a153a3361

client: identify box: made headers lighter
author Markus Kottlaender <markus@intevation.de>
date Wed, 27 Mar 2019 16:20:35 +0100
parents d0f6c222f4f9
children a2a82e887b18
comparison
equal deleted inserted replaced
2834:f91ee5d2c58a 2835:202a153a3361
26 <div 26 <div
27 v-for="feature of filteredIdentifiedFeatures" 27 v-for="feature of filteredIdentifiedFeatures"
28 :key="feature.getId()" 28 :key="feature.getId()"
29 > 29 >
30 <small 30 <small
31 class="d-flex justify-content-between bg-dark text-light px-2 py-1" 31 class="d-flex justify-content-between bg-secondary text-light px-2 py-1"
32 > 32 >
33 {{ $gettext(featureLabel(feature)) }} 33 {{ $gettext(featureLabel(feature)) }}
34 <a 34 <a
35 v-if="feature.getProperties().hasOwnProperty('bbox')" 35 v-if="feature.getProperties().hasOwnProperty('bbox')"
36 @click="zoomTo(feature)" 36 @click="zoomTo(feature)"