comparison client/src/linetool/Linetool.vue @ 1049:e3df77b8074f

changed cut icon
author Markus Kottlaender <markus@intevation.de>
date Thu, 25 Oct 2018 11:17:58 +0200
parents 04a9e78dcc5f
children 7ec2133c6404
comparison
equal deleted inserted replaced
1048:bdc8b4160872 1049:e3df77b8074f
56 icon() { 56 icon() {
57 return { 57 return {
58 fa: true, 58 fa: true,
59 "fa-pencil": !this.selectedMorph, 59 "fa-pencil": !this.selectedMorph,
60 "fa-pencil inverted": !this.selectedMorph && this.drawMode, 60 "fa-pencil inverted": !this.selectedMorph && this.drawMode,
61 "fa-cut": this.selectedMorph, 61 "fa-area-chart": this.selectedMorph,
62 "fa-cut inverted": this.selectedMorph && this.drawMode 62 "fa-area-chart inverted": this.selectedMorph && this.drawMode
63 }; 63 };
64 } 64 }
65 } 65 }
66 }; 66 };
67 </script> 67 </script>