remove opacity to disabled buttons, it looks distracting

This commit is contained in:
Tom (plebeius.eth)
2024-09-11 21:24:49 +02:00
parent e7ca97ad06
commit f232890172
2 changed files with 0 additions and 5 deletions
@@ -29,10 +29,6 @@
width: 10px;
}
.disabledButton {
opacity: 0.5 !important;
}
.disabledButton:hover {
cursor: not-allowed !important;
}
-1
View File
@@ -32,7 +32,6 @@
}
.disabledButton {
opacity: 0.5;
cursor: not-allowed !important;
}