Fix: Changed focus border on cards to white on TVs for higher contrast
This commit is contained in:
@@ -197,7 +197,7 @@ html {
|
||||
}
|
||||
|
||||
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
||||
border-color: var(--highlightOutlineColor) !important;
|
||||
border-color: white !important;
|
||||
}
|
||||
|
||||
.mdl-radio__focus-circle,
|
||||
|
Reference in New Issue
Block a user