mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix checkbox visual when using high contrast
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3385
This commit is contained in:
parent
da025fef26
commit
807d1b6cdb
1 changed files with 6 additions and 0 deletions
|
|
@ -460,6 +460,12 @@
|
||||||
--popup-ruleset-tool-shadow: transparent;
|
--popup-ruleset-tool-shadow: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-contrast: more) {
|
||||||
|
:root {
|
||||||
|
--checkbox-checked-ink: var(--ink-1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Rule colors
|
* Rule colors
|
||||||
* */
|
* */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue