File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 @include styles .default-text-style ;
6464
6565 display : inline-flex ;
66+ align-items : center ;
6667 padding-block : 0 ;
6768 padding-inline : 0 ;
6869 border-block : 0 ;
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ $font-weight-bold: cs.$font-weight-heading-s;
4040 > .key {
4141 @include styles .text-wrapping ;
4242 display : inline-flex ;
43+ align-items : center ;
4344 color : cs .$color-text-group-label ;
4445 }
4546}
@@ -101,7 +102,8 @@ $font-weight-bold: cs.$font-weight-heading-s;
101102
102103.highlight-indicator {
103104 position : absolute ;
104- top : 3px ;
105+ top : 50% ;
106+ transform : translateY (-50% );
105107 left : -6px ;
106108 inline-size : 3px ;
107109 block-size : calc (marker .$marker-size - 2px );
Original file line number Diff line number Diff line change 88
99$marker-size : 16px ;
1010$marker-inline-size : 25px ; // marker-inline-size is greater than marker-size, to have space for the (potential) status marker.
11- $marker-margin-top : cs .$space-static-xxxs ;
1211$marker-margin-right : cs .$space-static-xxs ;
1312
1413.marker {
1514 @include styles .styles-reset ;
16- margin-block-start : $marker-margin-top ;
1715 border-start-start-radius : 2px ;
1816 border-start-end-radius : 2px ;
1917 border-end-start-radius : 2px ;
You can’t perform that action at this time.
0 commit comments