diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 8dc6a8b9d..7d00229b4 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -4,6 +4,8 @@ position : relative; height : @menuHeight; background-color : #ddd; + color : black; + .editors{ position : absolute; display : flex; @@ -34,7 +36,7 @@ font-size : 0.75em; color : grey; &.active{ - color : black; + color : inherit; } } &.redo{ @@ -42,36 +44,30 @@ font-size : 0.75em; color : grey; &.active{ - color : black; + color : inherit; } } &.foldAll{ .tooltipLeft('Fold All'); font-size : 0.75em; - color : grey; - &.active{ - color : black; - } + color : inherit; } &.unfoldAll{ .tooltipLeft('Unfold All'); font-size : 0.75em; - color : grey; - &.active{ - color : black; - } + color : inherit; } &.editorTheme{ .tooltipLeft('Editor Themes'); font-size : 0.75em; - color : black; + color : inherit; &.active{ color : white; background-color: black; } } &.divider { - background: linear-gradient(#000, #000) no-repeat center/1px 100%; + background: linear-gradient(currentColor, currentColor) no-repeat center/1px 100%; width: 5px; &:hover{ background-color: inherit; @@ -114,7 +110,7 @@ .tooltipLeft("Edit Brew Properties"); } .snippetGroup{ - border-right : 1px solid black; + border-right : 1px solid currentColor; &:hover{ &>.dropdown{ visibility : visible;