Skip to content

Commit

Permalink
fix(vertical-nav): set min-height of nav icon
Browse files Browse the repository at this point in the history
dont fall back to Core's min-height value when not using css tokens

closes vmware-clarity#138
  • Loading branch information
Ashley Ryan committed Jun 10, 2022
1 parent c426e22 commit d799b14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@

//Dims
@include equilateral($clr-vertical-nav-icon-size);
@include min-equilateral($clr-vertical-nav-icon-size);
margin-right: $clr-vertical-nav-icon-right-margin;

//Others
Expand Down

0 comments on commit d799b14

Please sign in to comment.