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

fix snippet editor button tooltip

This commit is contained in:
Víctor Losada Hernández
2025-05-09 20:42:01 +02:00
parent 8f470fb000
commit 1dcea0fe6a

View File

@@ -51,7 +51,7 @@
&.meta { &.meta {
.tooltipLeft('Properties'); .tooltipLeft('Properties');
} }
&.snip { &.snippet {
.tooltipLeft('Snippets'); .tooltipLeft('Snippets');
} }
&.undo { &.undo {
@@ -93,7 +93,7 @@
&.editorTheme { &.editorTheme {
.tooltipLeft('Editor Themes'); .tooltipLeft('Editor Themes');
font-size : 0.75em; font-size : 0.75em;
color : black; color : inherit;
&.active { &.active {
position : relative; position : relative;
background-color : #999999; background-color : #999999;