From 214bf396b7a946dcfc69dcfd768d3a5b21e0f4da Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 6 Jul 2022 20:04:03 +1000 Subject: During tutorial, avoid disabling actions the user has already used For auto-mode and search, enable prerequisite actions when used --- src/components/Tile.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/Tile.vue') diff --git a/src/components/Tile.vue b/src/components/Tile.vue index ab1538f..9c9fdfa 100644 --- a/src/components/Tile.vue +++ b/src/components/Tile.vue @@ -33,7 +33,7 @@ @click.stop="onInfoIconClick" @mousedown.stop @mouseup.stop/> -
+
-
+
@@ -355,7 +355,7 @@ export default defineComponent({ }; }, infoIconClasses(): string { - return 'text-white/20 hover:text-white hover:cursor-pointer'; + return 'text-white/30 hover:text-white hover:cursor-pointer'; }, // For watching layoutNode data pos(){ -- cgit v1.2.3