0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 19:02:38 +00:00

Merge branch 'master' into theme-selector-styling

This commit is contained in:
Trevor Buckner
2024-01-10 14:11:40 -05:00
committed by GitHub
9 changed files with 119 additions and 112 deletions

View File

@@ -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,24 +44,18 @@
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');
@@ -71,7 +67,7 @@
}
}
&.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;
@@ -117,7 +113,7 @@
.tooltipLeft("Edit Brew Properties");
}
.snippetGroup{
border-right : 1px solid black;
border-right : 1px solid currentColor;
&:hover{
&>.dropdown{
visibility : visible;