0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 05:52:42 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into snippet-bar-wrapping

This commit is contained in:
Víctor Losada Hernández
2024-10-17 23:47:02 +02:00
85 changed files with 5147 additions and 2477 deletions

View File

@@ -59,6 +59,21 @@
font-size : 0.75em;
color : inherit;
}
&.history {
.tooltipLeft('History');
font-size : 0.75em;
color : grey;
position : relative;
&.active {
color : inherit;
}
&>.dropdown{
right : -1px;
&>.snippet{
padding-right : 10px;
}
}
}
&.editorTheme {
.tooltipLeft('Editor Themes');
font-size : 0.75em;
@@ -170,6 +185,7 @@
}
}
.name { margin-right : auto; }
.disabled { text-decoration: line-through; }
.beta {
align-self : center;
padding : 4px 6px;