Skip to content

Commit 4491b41

Browse files
nzwshiyuki2578
authored andcommitted
Fix some colors in light theme (mastodon#10754)
* Fix typo in light theme * Fix background color of empty column
1 parent 63f4a85 commit 4491b41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • app/javascript/styles/mastodon-light

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
.actions-modal ul li:not(:empty) a:focus button,
163163
.actions-modal ul li:not(:empty) a:hover,
164164
.actions-modal ul li:not(:empty) a:hover button,
165-
.admin-wrapper .sidebar ul ul a.selected,
165+
.admin-wrapper .sidebar ul li a.selected,
166166
.simple_form .block-button,
167167
.simple_form .button,
168168
.simple_form button {
@@ -230,6 +230,7 @@
230230
.empty-column-indicator,
231231
.error-column {
232232
color: $primary-text-color;
233+
background: $white;
233234
}
234235

235236
// Change the default colors used on some parts of the profile pages

0 commit comments

Comments
 (0)