0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 13:52:38 +00:00

set cursor in code less for disabled elements

This commit is contained in:
Víctor Losada Hernández
2024-10-11 00:35:43 +02:00
parent 3e6884b506
commit 766fd40b72

View File

@@ -46,5 +46,6 @@ button{
}
&:disabled{
background-color : @silver !important;
cursor:not-allowed;
}
}