0
0
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:
Víctor Losada Hernández
2024-12-09 22:11:10 +01:00
parent 2c5c3d40df
commit 3e4ba89ed9

View File

@@ -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;
}