0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 15:52:43 +00:00

color simplification and darkbrewery snippet color fix

This commit is contained in:
Víctor Losada Hernández
2023-12-28 17:27:22 +01:00
parent 985a9843f2
commit c97e2be9d5

View File

@@ -4,6 +4,8 @@
position : relative; position : relative;
height : @menuHeight; height : @menuHeight;
background-color : #ddd; background-color : #ddd;
color : black;
.editors{ .editors{
position : absolute; position : absolute;
display : flex; display : flex;
@@ -34,7 +36,7 @@
font-size : 0.75em; font-size : 0.75em;
color : grey; color : grey;
&.active{ &.active{
color : black; color : inherit;
} }
} }
&.redo{ &.redo{
@@ -42,29 +44,23 @@
font-size : 0.75em; font-size : 0.75em;
color : grey; color : grey;
&.active{ &.active{
color : black; color : inherit;
} }
} }
&.foldAll{ &.foldAll{
.tooltipLeft('Fold All'); .tooltipLeft('Fold All');
font-size : 0.75em; font-size : 0.75em;
color : grey; color : inherit;
&.active{
color : black;
}
} }
&.unfoldAll{ &.unfoldAll{
.tooltipLeft('Unfold All'); .tooltipLeft('Unfold All');
font-size : 0.75em; font-size : 0.75em;
color : grey; color : inherit;
&.active{
color : black;
}
} }
&.editorTheme{ &.editorTheme{
.tooltipLeft('Editor Themes'); .tooltipLeft('Editor Themes');
font-size : 0.75em; font-size : 0.75em;
color : black; color : inherit;
&.active{ &.active{
color : white; color : white;
background-color: black; background-color: black;