Home | History | Annotate | Download | only in css

Lines Matching refs:tabs

10 tabs {
18 /* New users of tabs.css should add 'new-style-tabs' to the class list of any
19 * 'tabs' or 'tabpanels' elements.
24 tabs.new-style-tabs {
31 tabs > * {
46 tabs.new-style-tabs > * {
57 tabs > :not([selected]) {
61 tabs.new-style-tabs > :not([selected]) {
66 tabs > :not([selected]):hover {
70 tabs.new-style-tabs > :not([selected]):hover {
75 tabs > [selected] {
84 tabs.new-style-tabs > [selected] {
90 tabs:focus {
94 html.focus-outline-visible tabs:focus > [selected] {
107 tabpanels.new-style-tabs {