mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user