fix: bulk-clear hover invisible in light/Dan mode (Pico [role=button] override)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"label": "Blurb",
|
"label": "Blurb",
|
||||||
"labelPlural": "Blurbs",
|
"labelPlural": "Blurbs",
|
||||||
"symbol": "bl",
|
"symbol": "bl",
|
||||||
"group": "the-third-group",
|
"group": "florp",
|
||||||
"toBase": 1
|
"toBase": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"label": "Snorp",
|
"label": "Snorp",
|
||||||
"labelPlural": "Snorps",
|
"labelPlural": "Snorps",
|
||||||
"symbol": "sn",
|
"symbol": "sn",
|
||||||
"group": "non-florp-units",
|
"group": "florp",
|
||||||
"toBase": 7.5
|
"toBase": 7.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -647,8 +647,11 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.bulk-clear:not(:disabled):hover {
|
.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);
|
border-color: var(--pico-color);
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
.bulk-clear:disabled,
|
.bulk-clear:disabled,
|
||||||
.bulk-go:disabled,
|
.bulk-go:disabled,
|
||||||
|
|||||||
Reference in New Issue
Block a user