mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
change div selector
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
&:first-child { border-left : none; }
|
||||
|
||||
& > .editorTool {
|
||||
& > div {
|
||||
position : relative;
|
||||
width : @menuHeight;
|
||||
height : @menuHeight;
|
||||
@@ -39,7 +39,7 @@
|
||||
text-align : center;
|
||||
cursor : pointer;
|
||||
|
||||
&:not(.active) {
|
||||
&.editorTool:not(.active) {
|
||||
cursor:not-allowed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user