0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 05:22: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; height : @menuHeight;
line-height : @menuHeight; line-height : @menuHeight;
text-align : center; text-align : center;
cursor : pointer;
&:not(.editorTool, .divider) {
cursor: pointer;
}
&:hover,&.selected { background-color : #999999; } &:hover,&.selected { background-color : #999999; }
&.editorTool {
background-color: unset;
&.active {
cursor:pointer;
&:hover {
background-color: #999999;
}
}
}
&.text { &.text {
.tooltipLeft('Brew Editor'); .tooltipLeft('Brew Editor');
} }

View File

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