fix: bulk-clear hover invisible in light/Dan mode (Pico [role=button] override)
This commit is contained in:
@@ -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