From caeeabc7351421966f23e2638659d3bf6a262d52 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Mon, 27 Jul 2026 21:47:58 -0500 Subject: [PATCH] fixes to colors, and editor wrapping breakpoint. --- client/homebrew/editor/snippetbar/snippetbar.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 53e5044ce..d7b32702b 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -3,6 +3,8 @@ @import (less) '@themes/fonts/5e/fonts.less'; .snippetBar { + --activeTriggerColor: inherit; + --menuColor : #DDDDDD; @menuHeight : 25px; position : relative; display : flex; @@ -122,8 +124,6 @@ } .snippets { - --activeTriggerColor: blue; - --menuColor : red; display : flex; justify-content : flex-start; min-width : 499.35px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied @@ -208,7 +208,7 @@ } } } -@container editor (width < 750px) { +@container editor (width < 818px) { .snippetBar { .editors { flex : 1;