0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 14:22:42 +00:00

resolve issues

This commit is contained in:
Víctor Losada Hernández
2024-12-09 22:05:04 +01:00
parent eca0f59b40
commit 213240327d

View File

@@ -31,13 +31,18 @@
&:first-child { border-left : none; } &:first-child { border-left : none; }
& > div { & > .editorTool {
position : relative; position : relative;
width : @menuHeight; width : @menuHeight;
height : @menuHeight; height : @menuHeight;
line-height : @menuHeight; line-height : @menuHeight;
text-align : center; text-align : center;
cursor : pointer; cursor : pointer;
&:not(.active) {
cursor:not-allowed;
}
&:hover,&.selected { background-color : #999999; } &:hover,&.selected { background-color : #999999; }
&.text { &.text {
.tooltipLeft('Brew Editor'); .tooltipLeft('Brew Editor');