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 {