mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fix styling of used action tokens for players (#1297)
This commit is contained in:
parent
b9d67e44da
commit
5c52a33496
1 changed files with 5 additions and 5 deletions
|
|
@ -21,11 +21,6 @@
|
|||
padding: 8px;
|
||||
--button-size: 0;
|
||||
|
||||
&.used {
|
||||
opacity: 0.5;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
&.inactive {
|
||||
background: var(--color-warm-2);
|
||||
color: var(--color-light-1);
|
||||
|
|
@ -35,6 +30,11 @@
|
|||
filter: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.used {
|
||||
opacity: 0.5;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue