diff --git a/lukeflix.css b/lukeflix.css index 3fe2ef4..1c6d05a 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -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; } \ No newline at end of file