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:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user