File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed
src/routes/docs/headless/tabs Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1010
1111 strategy :
1212 matrix :
13- node_version : [20, 22]
13+ node_version : [18, 20, 22]
1414
1515 steps :
1616 - name : Cancel Previous Runs
Original file line number Diff line number Diff line change 44
55.tabs-example [role = 'tab' ] {
66 width : 138px ;
7- background : white;
7+ background : var (--background );
8+ color : var (--foreground );
89}
910
1011.tabs-example [role = 'tab' ][disabled ] {
1314}
1415
1516.tabs-example [role = 'tab' ][data-state = 'selected' ] {
16- background : hsl (var (--primary ) / 0.3 );
17+ background : hsl (var (--primary ));
18+ color : hsl (var (--primary-foreground ));
1719}
1820
1921.tabs-example [role = 'tablist' ] {
2628 font-weight : 600 ;
2729 margin-bottom : 0.5rem ;
2830}
29-
30- .dark .tabs-example [role = 'tab' ] {
31- background : hsl (var (--foreground ));
32- color : hsl (var (--muted ));
33- }
34-
35- .dark .tabs-example [role = 'tab' ][data-state = 'selected' ] {
36- background : hsl (var (--primary ));
37- color : hsl (var (--muted ));
38- }
You can’t perform that action at this time.
0 commit comments