0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 22:32:45 +00:00

Add getHistoryItems function

This commit is contained in:
G.Ambatte
2024-09-14 21:20:31 +12:00
parent 48eb42862a
commit d01548feb6
3 changed files with 72 additions and 14 deletions

View File

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