Tabs won't activate if [aria-selected=false]
This commit is contained in:
parent
875f349b99
commit
cba0cfa425
1 changed files with 2 additions and 2 deletions
|
|
@ -760,7 +760,7 @@ menu[role=tablist] > li {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
menu[role=tablist] > li[aria-selected] {
|
menu[role=tablist] > li[aria-selected=true] {
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
background-color: var(--surface);
|
background-color: var(--surface);
|
||||||
|
|
@ -775,7 +775,7 @@ menu[role=tablist] > li > a {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
menu[role=tablist] > li[aria-selected] > a:focus {
|
menu[role=tablist] > li[aria-selected=true] > a:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
menu[role=tablist] > li > a:focus {
|
menu[role=tablist] > li > a:focus {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue