You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09: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;
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user