From cba0cfa4258928370e2b7948c3d81c166d3f7be6 Mon Sep 17 00:00:00 2001 From: CaptainFalcon92 Date: Sat, 24 Oct 2020 00:30:56 +0200 Subject: [PATCH] Tabs won't activate if [aria-selected=false] --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 675f8ff..13ba4f9 100644 --- a/style.css +++ b/style.css @@ -760,7 +760,7 @@ menu[role=tablist] > li { z-index: 1; } -menu[role=tablist] > li[aria-selected] { +menu[role=tablist] > li[aria-selected=true] { padding-bottom: 2px; margin-top: -2px; background-color: var(--surface); @@ -775,7 +775,7 @@ menu[role=tablist] > li > a { margin: 6px; text-decoration: none; } -menu[role=tablist] > li[aria-selected] > a:focus { +menu[role=tablist] > li[aria-selected=true] > a:focus { outline: none; } menu[role=tablist] > li > a:focus {