fix background color for boxselector in dark/high contrast theme (#6378)

pull/6392/head
Richard Wei 2022-01-13 16:55:36 +13:00 committed by GitHub
parent 389561eb28
commit 6c32edc5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -112,6 +112,5 @@
}
.box-selector-item.limited.business :checked + label {
background-color: initial;
color: initial;
}