Fix checkbox visual when using high contrast

Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3385
This commit is contained in:
Raymond Hill 2025-08-19 11:50:58 -04:00
parent da025fef26
commit 807d1b6cdb
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -460,6 +460,12 @@
--popup-ruleset-tool-shadow: transparent;
}
@media (prefers-contrast: more) {
:root {
--checkbox-checked-ink: var(--ink-1);
}
}
/*
* Rule colors
* */