Fix: Changed focus border on cards to white on TVs for higher contrast
This commit is contained in:
parent
fbfbce4956
commit
a5d474a9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
||||||
border-color: var(--highlightOutlineColor) !important;
|
border-color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-radio__focus-circle,
|
.mdl-radio__focus-circle,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue