File tree Expand file tree Collapse file tree
app/components/primer/beta Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.breadcrumb-item {
2- display : inline; /* Fix wrapping alignment */
3- margin-left : -0.35 em ;
2+ display : inline-block;
43 list-style : none;
54 max-width : 100 % ;
65
76 &::after {
87 display : inline-block;
98 height : 0.8 em ;
109 /* stylelint-disable-next-line primer/spacing */
11- margin : 0 0.5 em ;
10+ margin : 0 0.15 em 0 0. 5em ;
1211 content : '' ;
1312 /* stylelint-disable-next-line primer/borders */
1413 border-right : 0.1 em solid var (--borderColor-neutral-emphasis );
1514 transform : rotate (15 deg ) translateY (0.0625 em );
1615 }
1716}
1817
19- .breadcrumb-item:first-child {
20- margin-left : 0 ;
21- }
22-
2318.breadcrumb-item-selected ,
2419.breadcrumb-item [aria-current] :not ([aria-current='false' ] ) {
2520 &::after {
3227 color : var (--fgColor-default );
3328 text-decoration : none !important ;
3429 cursor : default !important ;
35- }
30+ }
You can’t perform that action at this time.
0 commit comments