From c223cc5526d7517e9fbc469bf98e2e591f2ad480 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 25 Apr 2024 13:57:46 +0200 Subject: [PATCH] Add selection colors to toolbar menu items (#1309) --- src/components/ZCLToolbar.vue | 165 +++++++++++++++++++--------------- src/tutorials/ZclTour.vue | 13 +-- 2 files changed, 102 insertions(+), 76 deletions(-) diff --git a/src/components/ZCLToolbar.vue b/src/components/ZCLToolbar.vue index d71b4a731c..e0d37a3299 100644 --- a/src/components/ZCLToolbar.vue +++ b/src/components/ZCLToolbar.vue @@ -32,10 +32,10 @@ v-if="showDebugNavItems" id="generate" color="grey" + class="navmenu-item" flat push no-caps - class="cursor-pointer" @click="generateIntoDirectory(generationDirectory)" >
@@ -48,7 +48,6 @@ color="grey" flat no-caps - class="cursor-pointer" @click="saveChanges" v-if=" this.$store.state.zap.saveButtonVisible && this.$store.state.zap.isDirty @@ -75,62 +74,69 @@
Documentation
- -
- -
Options
-
-
+ + +
+ +
Options
+
+
+
- -
- -
Extensions
-
-
- -
- -
- Notifications - - {{ this.$store.state.zap.notificationCount }} - + + +
+ +
Extensions
-
- + + + + +
+ +
+ Notifications + + {{ this.$store.state.zap.notificationCount }} + +
+
+
+
@@ -157,20 +163,22 @@
Tutorial
- -
- -
Settings
-
-
+ + +
+ +
Settings
+
+
+