File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ nav-list {
557557.ActionListItem-visual ,
558558.ActionListItem-action {
559559 display : flex;
560- min-height : var (--control-medium-lineBoxHeight );
560+ min-height : var (--base-size-20 );
561561 color : var (--fgColor-muted );
562562 pointer-events : none;
563563 fill : var (--fgColor-muted );
Original file line number Diff line number Diff line change 1010 font-size : var (--text-body-size-medium );
1111 font-weight : var (--base-text-weight-medium );
1212 /* stylelint-disable-next-line primer/typography */
13- line-height : var (--control-medium-lineBoxHeight );
13+ line-height : var (--base-size-20 );
1414 text-align : center;
1515 white-space : nowrap;
1616 /* stylelint-disable-next-line primer/borders */
2121.State ,
2222.State--draft {
2323 color : var (--fgColor-onEmphasis );
24- /* stylelint-disable-next-line primer/colors */
2524 background-color : var (--bgColor-draft-emphasis, var (--bgColor-neutral-emphasis ));
2625 border : var (--borderWidth-thin ) solid transparent;
2726 box-shadow : var (--boxShadow-thin ) var (--borderColor-draft-emphasis, var (--borderColor-neutral-emphasis ));
You can’t perform that action at this time.
0 commit comments