fix: bulk-clear hover invisible in light/Dan mode (Pico [role=button] override)

This commit is contained in:
Falkan
2026-03-17 17:57:14 -04:00
parent 7cdb84a4f3
commit 670833ffa2
2 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"label": "Blurb",
"labelPlural": "Blurbs",
"symbol": "bl",
"group": "the-third-group",
"group": "florp",
"toBase": 1
},
{
@@ -13,7 +13,7 @@
"label": "Snorp",
"labelPlural": "Snorps",
"symbol": "sn",
"group": "non-florp-units",
"group": "florp",
"toBase": 7.5
},
{

View File

@@ -647,8 +647,11 @@
background: transparent;
}
.bulk-clear:not(:disabled):hover {
color: var(--pico-color);
/* Force explicit dark color — prevents Pico's [role=button] hover from
overriding to --pico-primary-inverse (#fff) in light/Dan mode */
color: var(--pico-color) !important;
border-color: var(--pico-color);
background: transparent;
}
.bulk-clear:disabled,
.bulk-go:disabled,