mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Fixed basic beastform
This commit is contained in:
parent
978d45b931
commit
3186468f28
18 changed files with 231 additions and 21 deletions
|
|
@ -5006,7 +5006,7 @@ div.daggerheart.views.multiclass {
|
|||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.application.daggerheart.dh-style.views.beastform-selection .beastforms-container .beastforms-tier .beastform-container.disabled {
|
||||
.application.daggerheart.dh-style.views.beastform-selection .beastforms-container .beastforms-tier .beastform-container.inactive {
|
||||
opacity: 0.4;
|
||||
}
|
||||
.application.daggerheart.dh-style.views.beastform-selection .beastforms-container .beastforms-tier .beastform-container img {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
|
||||
&.disabled {
|
||||
&.inactive {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue