fix: bulk-clear hover invisible in light/Dan mode (Pico [role=button] override)
This commit is contained in:
@@ -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
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user