File tree Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Original file line number Diff line number Diff line change 2323 position : relative ;
2424 box-sizing : border-box ;
2525
26+ & :after {
27+ content : " " ;
28+ position : absolute ;
29+ background : transparent ;
30+ border-radius : 50rem ;
31+ }
32+
2633 & [data-orientation = " vertical" ] {
27- border-left : 2px solid transparent ;
34+ & :after {
35+ height : 100% ;
36+ width : 2px ;
37+ top : 0 ;
38+ left : 0 ;
39+ }
2840 }
41+
2942 & [data-orientation = " horizontal" ] {
30- border-bottom : 2px solid transparent ;
43+ & :after {
44+ width : 100% ;
45+ height : 2px ;
46+ bottom : 0 ;
47+ left : 0 ;
48+ }
3149 }
3250
3351 & [aria-selected = true ] {
34- & [data-orientation = " vertical" ] {
35- border-left : 2px solid helpers .borderColor (variables .$info );
36- }
37- & [data-orientation = " horizontal" ] {
38- border-bottom : 2px solid helpers .borderColor (variables .$info );
52+ & [data-orientation = " vertical" ], & [data-orientation = " horizontal" ] {
53+ & :after {
54+ background : variables .$info ;
55+ }
3956 }
4057 }
4158
You can’t perform that action at this time.
0 commit comments