]> cat aescling's git repositories - mastodon.git/commitdiff
Fix some colors in light theme (#10754)
authornzws <git@nzws.me>
Sun, 12 May 2019 03:15:42 +0000 (12:15 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 12 May 2019 03:15:42 +0000 (05:15 +0200)
* Fix typo in light theme

* Fix background color of empty column

app/javascript/styles/mastodon-light/diff.scss

index de03cf1a6674dae7f71f315e23bde27322de20ba..48236a286e1436354b986eea11c94854190ed660 100644 (file)
 .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 {
 .empty-column-indicator,
 .error-column {
   color: $primary-text-color;
+  background: $white;
 }
 
 // Change the default colors used on some parts of the profile pages