mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-03 05:23:18 -05:00
[Glitch] Fix color of language indicator in light theme in web UI
Port 81271a18c596e940f01608739de749f4375b6e60 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
12bdf58db4
commit
a21f35786d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user