From: nzws Date: Sun, 12 May 2019 03:15:42 +0000 (+0900) Subject: Fix some colors in light theme (#10754) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3e15a845c19eedc0b153df54654ab177bf6c61ce;p=mastodon.git Fix some colors in light theme (#10754) * Fix typo in light theme * Fix background color of empty column --- diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index de03cf1a6..48236a286 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -162,7 +162,7 @@ .actions-modal ul li:not(:empty) a:focus button, .actions-modal ul li:not(:empty) a:hover, .actions-modal ul li:not(:empty) a:hover button, -.admin-wrapper .sidebar ul ul a.selected, +.admin-wrapper .sidebar ul li a.selected, .simple_form .block-button, .simple_form .button, .simple_form button { @@ -230,6 +230,7 @@ .empty-column-indicator, .error-column { color: $primary-text-color; + background: $white; } // Change the default colors used on some parts of the profile pages