Browse Source

Fix direct visibility style for light theme (#14727)

master
Takeshi Umeda 3 years ago
committed by GitHub
parent
commit
272aa4a109
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      app/javascript/styles/mastodon-light/diff.scss

+ 0
- 8
app/javascript/styles/mastodon-light/diff.scss View File

@ -256,14 +256,6 @@ html {
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__action-bar {
background: $white;

Loading…
Cancel
Save