Fix direct visibility style for light theme (#14727)

main
Takeshi Umeda 4 years ago committed by GitHub
parent abee40b232
commit 272aa4a109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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