From 81271a18c596e940f01608739de749f4375b6e60 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 27 Jan 2025 09:08:31 +0100 Subject: [PATCH] Fix color of language indicator in light theme in web UI (#33724) --- app/javascript/styles/mastodon-light/diff.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 2d2c0c2bca..d23d789e46 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -451,6 +451,15 @@ background: darken($ui-base-color, 10%); } +.dropdown-button.warning { + border-color: #b3261e; + color: #b3261e; + + &.active { + background-color: #f9dedc; + } +} + .search__popout__menu__item { &:hover, &:active,