Skip to content

Commit

Permalink
Merge branch 'master' into 3615-definition-tooltip-dismiss-esc
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Jan 27, 2020
2 parents a18cbd9 + f124075 commit 1aa6811
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13094,8 +13094,7 @@ Button styles
}

.#{$prefix}--btn--field {
height: 40px;
min-height: 40px;
min-height: rem(40px);
padding: $button-padding-field;
}

Expand Down Expand Up @@ -17269,7 +17268,7 @@ Inline loading styles
}

.#{$prefix}--inline-loading__text {
@include type-style('body-short-01');
@include type-style('label-01');
color: $text-02;
}

Expand Down

0 comments on commit 1aa6811

Please sign in to comment.