0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 12:32:39 +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; } &:first-child { border-left : none; }
& > .editorTool { & > div {
position : relative; position : relative;
width : @menuHeight; width : @menuHeight;
height : @menuHeight; height : @menuHeight;
@@ -39,7 +39,7 @@
text-align : center; text-align : center;
cursor : pointer; cursor : pointer;
&:not(.active) { &.editorTool:not(.active) {
cursor:not-allowed; cursor:not-allowed;
} }