mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bugfix: Apply damage button could be pressed without selecting a damage type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user