Fix direct visibility style for light theme (#14727)

This commit is contained in:
Takeshi Umeda 2020-09-04 15:49:56 +09:00 committed by GitHub
parent abee40b232
commit 272aa4a109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

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;