changeset 3260:909a19e97db9

client: import stretches: changed icon for selecting distance mark to crosshairs
author Markus Kottlaender <markus@intevation.de>
date Tue, 14 May 2019 19:52:26 +0200
parents 985bc5009115
children 916d4c898f08
files client/src/components/ImportStretches.vue client/src/main.js
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/ImportStretches.vue	Tue May 14 19:29:45 2019 +0200
+++ b/client/src/components/ImportStretches.vue	Tue May 14 19:52:26 2019 +0200
@@ -127,7 +127,7 @@
                 <span class="input-group-text" @click="togglePipette('start')">
                   <font-awesome-icon
                     :class="{ 'text-info': pipetteStart }"
-                    icon="bullseye"
+                    icon="crosshairs"
                   />
                 </span>
               </div>
@@ -151,7 +151,7 @@
                 <span class="input-group-text" @click="togglePipette('end')">
                   <font-awesome-icon
                     :class="{ 'text-info': pipetteEnd }"
-                    icon="bullseye"
+                    icon="crosshairs"
                   />
                 </span>
               </div>
--- a/client/src/main.js	Tue May 14 19:29:45 2019 +0200
+++ b/client/src/main.js	Tue May 14 19:52:26 2019 +0200
@@ -51,7 +51,6 @@
   faAngleUp,
   faBars,
   faBook,
-  faBullseye,
   faChartArea,
   faChartBar,
   faChartLine,
@@ -118,7 +117,6 @@
   faAngleUp,
   faBars,
   faBook,
-  faBullseye,
   faChartArea,
   faChartBar,
   faChartLine,