Use built-in color for the focus ring on macOS
This commit is contained in:
parent
80b5486991
commit
843300c62d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
@media (-moz-platform: macos) {
|
||||
--color-accent: SelectedItem;
|
||||
--color-accent-text: SelectedItemText;
|
||||
--color-focus-border: color-mix(in srgb, var(--color-accent) 50%, transparent);
|
||||
--color-focus-border: -moz-mac-focusring;
|
||||
--width-focus-border: 3px;
|
||||
}
|
||||
@media (-moz-platform: linux) {
|
||||
|
|
Loading…
Reference in a new issue