Update lukeflix.css

This commit is contained in:
2026-07-28 16:47:23 -06:00
parent 2646618f32
commit d20c39c96a

View File

@@ -2556,7 +2556,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
}
/* Click — red circle */
.guide-channelHeaderCell.itemAction:active .guideChannelNumber {
.guide-channelHeaderCell.itemAction:focus .guideChannelNumber {
background-color: #e50914;
color: #fff;
}
.guide-channelHeaderCell:focus, .programCell:focus {
background-color: transparent !important;
}