forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
settings-ui: Change
<select>
style using custom chevron-down icon.
Align the `dropdown-widget` and `<select>` UIs. Removed default `<select>` tag styles with `appearance: none` css. Added custom chevron-down icon with `background-image` attribute to the `<select>` tag. The svg icon is used in a CSS variable with a data URI. The CSS variable is used to set different colors for dark and light theme. Tweaked by tabbott to scope selectors appropriately and also delete a 10px font-size in one settings dropdown widget. Fixes zulip#26859.
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters