forked from treehouse/mastodon
Fix direct visibility style for light theme (#14727)
parent
abee40b232
commit
272aa4a109
|
@ -256,14 +256,6 @@ html {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status.status-direct {
|
|
||||||
background: lighten($ui-base-color, 4%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.focusable:focus .status.status-direct {
|
|
||||||
background: lighten($ui-base-color, 8%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.detailed-status,
|
.detailed-status,
|
||||||
.detailed-status__action-bar {
|
.detailed-status__action-bar {
|
||||||
background: $white;
|
background: $white;
|
||||||
|
|
Loading…
Reference in New Issue