0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 18:02:39 +00:00

Tweak UI styling

This commit is contained in:
G.Ambatte
2024-09-14 22:49:53 +12:00
parent 719cc0c485
commit c4c5ffff9b

View File

@@ -57,12 +57,13 @@
.tooltipLeft('History'); .tooltipLeft('History');
font-size : 0.75em; font-size : 0.75em;
color : grey; color : grey;
position : relative;
&.active { &.active {
color : inherit; color : inherit;
&>.dropdown { visibility: visible; }
} }
&:hover>.dropdown { visibility: visible; } &>.dropdown{
right : -1px;
}
} }
&.editorTheme { &.editorTheme {
.tooltipLeft('Editor Themes'); .tooltipLeft('Editor Themes');