From cdfddf1d8cd9923935018d91f1ecbc43a0d9894d Mon Sep 17 00:00:00 2001 From: Darragh Van Tichelen Date: Sun, 21 Jan 2024 13:58:36 +0100 Subject: [PATCH] style(Notes): Don't show pointer if there are no notes in quick info --- client/src/game/ui/SelectionInfo.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/src/game/ui/SelectionInfo.vue b/client/src/game/ui/SelectionInfo.vue index 78752c76b..79220f67f 100644 --- a/client/src/game/ui/SelectionInfo.vue +++ b/client/src/game/ui/SelectionInfo.vue @@ -157,6 +157,7 @@ function annotate(note: DeepReadonly): void {
@@ -293,10 +294,6 @@ function annotate(note: DeepReadonly): void { &:first-child { margin-top: 0; - &:hover { - cursor: pointer; - } - svg { margin: 0 0.5rem; }