Use built-in color for the focus ring on macOS

This commit is contained in:
Tom Najdek 2024-07-04 16:46:42 +02:00 committed by Dan Stillman
parent 80b5486991
commit 843300c62d

View file

@ -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) {