Bugfix: Apply damage button could be pressed without selecting a damage type

This commit is contained in:
BeautiDemise
2024-08-28 05:35:00 +02:00
parent 3e4d6e6025
commit 789eeebbef
+2
View File
@@ -1602,9 +1602,11 @@ margin-bottom: 2px !important;}
border-radius: 5px;
background-color: #222 !important;
border: 1px #111 solid;
pointer-events: none;
}
.damageHelperType:has(input:checked:not([value="None"])) ~ .applyDamage .applyDamageInput {
opacity: 100%;
pointer-events: auto;
}
.damageHelperType:has(input:checked:not([value="None"])) ~ .applyDamage .applyDamageInput:hover {
background-color: #000 !important;