mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Added parsing of effect values from Item data model. Almost finished with itemConfig. * Added the last to itemConfig * Fixed armor * ContextMenu localization fixes * Better tooltips for tagify * Corrected resource logic
19 lines
365 B
Text
19 lines
365 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);
|
|
}
|
|
}
|
|
}
|