daggerheart/styles/less/ui/combat-sidebar/spotlight-control.less
2025-07-09 00:39:00 +02:00

19 lines
384 B
Text

.combat-sidebar {
.spotlight-control {
font-size: 26px;
&:focus {
outline: none;
box-shadow: none;
}
&.discrete:hover {
background: inherit;
}
&.requesting {
filter: drop-shadow(0 0 3px gold);
color: var(--button-hover-text-color);
}
}
}