From 48eb42862a6019f83e0f3a8b408d95943095c4a5 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 14 Sep 2024 17:32:20 +1200 Subject: [PATCH] Add History styling --- client/homebrew/editor/snippetbar/snippetbar.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index e0a24fac9..cfda8cd74 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -53,6 +53,12 @@ font-size : 0.75em; color : inherit; } + &.history { + .tooltipLeft('History'); + font-size : 0.75em; + color : grey; + &.active { color : inherit; } + } &.editorTheme { .tooltipLeft('Editor Themes'); font-size : 0.75em;