mirror of
https://github.com/jdan/98.css.git
synced 2025-09-09 21:50:40 +02:00
Tabs won't activate if [aria-selected=false]
This commit is contained in:
committed by
Juan Garay
parent
875f349b99
commit
cba0cfa425
@@ -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 {
|
||||
|
Reference in New Issue
Block a user