comparison client/src/components/map/toolbar/Identify.vue @ 1299:2738a6ae9ad8

fontawesome 4 -> 5 An icon was not displayed on a specific system/environment. No clue why... good moment to switch to version 5 of fontawesome
author Markus Kottlaender <markus@intevation.de>
date Fri, 23 Nov 2018 10:24:29 +0100
parents bc55ffaeb639
children 92d9dec88add
comparison
equal deleted inserted replaced
1296:99c039e86624 1299:2738a6ae9ad8
1 <template> 1 <template>
2 <div @click="$store.commit('application/showIdentify', !showIdentify)" class="toolbar-button"> 2 <div @click="$store.commit('application/showIdentify', !showIdentify)" class="toolbar-button">
3 <i :class="['fa fa-info', {inverted: showIdentify}]"></i> 3 <font-awesome-icon icon="info" :class="{'text-info': showIdentify}"></font-awesome-icon>
4 </div> 4 </div>
5 </template> 5 </template>
6 6
7 <script> 7 <script>
8 /* This is Free Software under GNU Affero General Public License v >= 3.0 8 /* This is Free Software under GNU Affero General Public License v >= 3.0