Fix: Changed focus border on cards to white on TVs for higher contrast

This commit is contained in:
lscambo13
2025-07-25 08:26:48 -07:00
parent fbfbce4956
commit a5d474a9b5

View File

@@ -197,7 +197,7 @@ html {
}
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: var(--highlightOutlineColor) !important;
border-color: white !important;
}
.mdl-radio__focus-circle,