From 9c831ab1d760849dcbc291872125965cc63495f8 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 17 Nov 2025 04:53:00 -0500 Subject: [PATCH] Fix styling of used action tokens for players --- styles/less/ui/combat-sidebar/token-actions.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/less/ui/combat-sidebar/token-actions.less b/styles/less/ui/combat-sidebar/token-actions.less index 41fb38ab..f3a11235 100644 --- a/styles/less/ui/combat-sidebar/token-actions.less +++ b/styles/less/ui/combat-sidebar/token-actions.less @@ -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; + } } }