0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

proper snippetbar styles

This commit is contained in:
Víctor Losada Hernández
2024-10-11 00:12:52 +02:00
parent c1d85bc216
commit 08eabf8102
2 changed files with 17 additions and 2 deletions

View File

@@ -20,8 +20,23 @@
height : @menuHeight;
line-height : @menuHeight;
text-align : center;
cursor : pointer;
&:not(.editorTool, .divider) {
cursor: pointer;
}
&:hover,&.selected { background-color : #999999; }
&.editorTool {
background-color: unset;
&.active {
cursor:pointer;
&:hover {
background-color: #999999;
}
}
}
&.text {
.tooltipLeft('Brew Editor');
}

View File

@@ -10,7 +10,7 @@
overflow-y : hidden;
flex : 1;
}
.divider{
>.divider{
touch-action : none;
display : table;
height : 100%;