Fix styling of used action tokens for players (#1297)

This commit is contained in:
Carlos Fernandez 2025-11-17 02:05:26 -08:00 committed by GitHub
parent b9d67e44da
commit 5c52a33496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}
}