[Glitch] Fix languages dropdown on light theme

Port e925b06721 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Yamagishi Kazutoshi 2 years ago committed by Claire
parent 22111914bf
commit 228ec75048
  1. 6
      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,

Loading…
Cancel
Save