From 1dcea0fe6a6d3263202635882437e3508c0cfe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Fri, 9 May 2025 20:42:01 +0200 Subject: [PATCH] fix snippet editor button tooltip --- client/homebrew/editor/snippetbar/snippetbar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index a0691f8b6..c53d4be8e 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -51,7 +51,7 @@ &.meta { .tooltipLeft('Properties'); } - &.snip { + &.snippet { .tooltipLeft('Snippets'); } &.undo { @@ -93,7 +93,7 @@ &.editorTheme { .tooltipLeft('Editor Themes'); font-size : 0.75em; - color : black; + color : inherit; &.active { position : relative; background-color : #999999;