about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authornzws <git@nzws.me>2019-05-12 12:15:42 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-05-12 05:15:42 +0200
commit3e15a845c19eedc0b153df54654ab177bf6c61ce (patch)
treec36a8629c67422e70dd5084266076d292984a797 /app/javascript/styles
parentdd118449c2e131b49220f3d32c08f47a37ea9596 (diff)
Fix some colors in light theme (#10754)
* Fix typo in light theme

* Fix background color of empty column
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon-light/diff.scss3
1 files changed, 2 insertions, 1 deletions
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