Skip to content

Commit

Permalink
Button border light mode broken in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Kloos committed Jan 5, 2024
1 parent 9eee502 commit 60d5578
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion system.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@
--system-accent-color: color-mix(in oklab, dodgerblue 90%, black); /* AccentColor doesn't work in chrome */
--system-accent-color-text: AccentColorText;
--system-active-text: ActiveText;
--system-button-border: ButtonBorder;
--system-button-border: color-mix(
in oklab,
var(--system-gray-stroke) var(--system-cs-state),
ButtonBorder
); /* ButtonBorder is broken in Safari */
--system-button-face: transparent; /* ButtonFace is broken in Safari */
--system-button-text: ButtonText;
--system-canvas: Canvas;
Expand Down

0 comments on commit 60d5578

Please sign in to comment.