css: Redefine --color-outline-focus for dark theme.

The css variable `--color-outline-focus`, which affects focus rings
throughout the app, now has a different value defined for the dark theme
but this should have no visible effect, and help clean up the code.

This is a prep commit for the next, which shows focus rings only on
`focus-visible` and not on `focus` for composer buttons.
This commit is contained in:
N-Shar-ma
2024-06-19 23:14:06 +05:30
committed by Tim Abbott
parent 35aa186a72
commit 5c1069872d

View File

@@ -627,6 +627,7 @@
--color-background-modal: hsl(212deg 28% 18%);
--color-background-invitee-emails-pill-container: hsl(0deg 0% 0% / 20%);
--color-unmuted-or-followed-topic-list-item: hsl(236deg 33% 90%);
--color-outline-focus: hsl(0deg 0% 67%);
--color-recipient-bar-controls-spinner: hsl(0deg 0% 100%);
--color-background-search: hsl(0deg 0% 20%);
--color-background-search-option-hover: hsl(0deg 0% 30%);