mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 01:11:44 +01:00
Fix color of language indicator in light theme in web UI
This commit is contained in:
parent
9a0166c3f3
commit
8d1ec1df3e
@ -451,6 +451,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