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:
@@ -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');
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
overflow-y : hidden;
|
||||
flex : 1;
|
||||
}
|
||||
.divider{
|
||||
>.divider{
|
||||
touch-action : none;
|
||||
display : table;
|
||||
height : 100%;
|
||||
|
||||
Reference in New Issue
Block a user