From 3f19b2975cb55440a82a981ea5e47fe0d4c989ac Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 8 Nov 2023 17:48:32 -0500 Subject: [PATCH] Add tooltips --- .../homebrew/editor/snippetbar/snippetbar.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index b4712838a..8dc6a8b9d 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -45,6 +45,22 @@ color : black; } } + &.foldAll{ + .tooltipLeft('Fold All'); + font-size : 0.75em; + color : grey; + &.active{ + color : black; + } + } + &.unfoldAll{ + .tooltipLeft('Unfold All'); + font-size : 0.75em; + color : grey; + &.active{ + color : black; + } + } &.editorTheme{ .tooltipLeft('Editor Themes'); font-size : 0.75em;