@@ -510,11 +510,42 @@ a.external:not(.card):after {
510
510
height : 4px ;
511
511
}
512
512
513
- .md-typeset .tabbed-labels > label : hover {
513
+ .md-typeset .tabbed-labels > label : hover {
514
514
color : var (--ibexa-dusk-black );
515
515
border-bottom : 2px solid var (--ibexa-dusk-black );
516
516
}
517
517
518
+ .md-typeset .tabbed-set > input : first-child : checked ~ .tabbed-labels > : first-child ,
519
+ .md-typeset .tabbed-set > input : nth-child (2 ): checked ~ .tabbed-labels > : nth-child (2 ),
520
+ .md-typeset .tabbed-set > input : nth-child (3 ): checked ~ .tabbed-labels > : nth-child (3 ),
521
+ .md-typeset .tabbed-set > input : nth-child (4 ): checked ~ .tabbed-labels > : nth-child (4 ),
522
+ .md-typeset .tabbed-set > input : nth-child (5 ): checked ~ .tabbed-labels > : nth-child (5 ),
523
+ .md-typeset .tabbed-set > input : nth-child (6 ): checked ~ .tabbed-labels > : nth-child (6 ),
524
+ .md-typeset .tabbed-set > input : nth-child (7 ): checked ~ .tabbed-labels > : nth-child (7 ),
525
+ .md-typeset .tabbed-set > input : nth-child (8 ): checked ~ .tabbed-labels > : nth-child (8 ),
526
+ .md-typeset .tabbed-set > input : nth-child (9 ): checked ~ .tabbed-labels > : nth-child (9 ),
527
+ .md-typeset .tabbed-set > input : nth-child (10 ): checked ~ .tabbed-labels > : nth-child (10 ),
528
+ .md-typeset .tabbed-set > input : nth-child (11 ): checked ~ .tabbed-labels > : nth-child (11 ),
529
+ .md-typeset .tabbed-set > input : nth-child (12 ): checked ~ .tabbed-labels > : nth-child (12 ),
530
+ .md-typeset .tabbed-set > input : nth-child (13 ): checked ~ .tabbed-labels > : nth-child (13 ),
531
+ .md-typeset .tabbed-set > input : nth-child (14 ): checked ~ .tabbed-labels > : nth-child (14 ),
532
+ .md-typeset .tabbed-set > input : nth-child (15 ): checked ~ .tabbed-labels > : nth-child (15 ),
533
+ .md-typeset .tabbed-set > input : nth-child (16 ): checked ~ .tabbed-labels > : nth-child (16 ),
534
+ .md-typeset .tabbed-set > input : nth-child (17 ): checked ~ .tabbed-labels > : nth-child (17 ),
535
+ .md-typeset .tabbed-set > input : nth-child (18 ): checked ~ .tabbed-labels > : nth-child (18 ),
536
+ .md-typeset .tabbed-set > input : nth-child (19 ): checked ~ .tabbed-labels > : nth-child (19 ),
537
+ .md-typeset .tabbed-set > input : nth-child (20 ): checked ~ .tabbed-labels > : nth-child (20 ) {
538
+ color : var (--md-accent-fg-color );
539
+ }
540
+
541
+ .js .md-typeset .tabbed-labels : before {
542
+ background : var (--md-accent-fg-color );
543
+ }
544
+
545
+ .md-typeset .tabbed-labels--linked > label > a {
546
+ padding : 0 ;
547
+ }
548
+
518
549
div .pills {
519
550
float : right;
520
551
}
0 commit comments