From d20c39c96a7b7cc41d0cf533b6a172a715c386a8 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 16:47:23 -0600 Subject: [PATCH] Update lukeflix.css --- lukeflix.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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