mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 09:18:46 +00:00
[Glitch] Fix color of language indicator in light theme in web UI
Port 81271a18c5 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -514,6 +514,15 @@
|
|||||||
background: darken($ui-base-color, 10%);
|
background: darken($ui-base-color, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-button.warning {
|
||||||
|
border-color: #b3261e;
|
||||||
|
color: #b3261e;
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background-color: #f9dedc;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.search__popout__menu__item {
|
.search__popout__menu__item {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
|
|||||||
Reference in New Issue
Block a user