diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-05-20 02:26:19 +0900 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-05-24 14:23:03 +0200 |
commit | 228ec75048a5527237720cdbaa8d6ab086ea6c84 (patch) | |
tree | 39de9e2163c3737f182d67ba8718cde32d6a0296 | |
parent | 22111914bfc838a43bb2e20244c965467f127de2 (diff) |
[Glitch] Fix languages dropdown on light theme
Port e925b06721057f83f2e3e8e7bdb21f39318b90a2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/mastodon-light/diff.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index bb91abdac..d16f23aed 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -165,6 +165,12 @@ } } +.language-dropdown__dropdown__results__item:hover, +.language-dropdown__dropdown__results__item:focus, +.language-dropdown__dropdown__results__item:active { + background-color: $ui-base-color; +} + .dropdown-menu__separator, .dropdown-menu__item.edited-timestamp__history__item, .dropdown-menu__container__header, |