Skip to content

Commit

Permalink
fix(ui/button,chip): remove line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq authored and BeADre committed Sep 18, 2022
1 parent 1260317 commit ec72772
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/varlet-ui/src/button/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
will-change: box-shadow;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
white-space: nowrap;
line-height: 1;

&:active {
box-shadow: 0 3px 5px -1px var(--shadow-key-umbra-opacity), 0 5px 8px 0 var(--shadow-key-penumbra-opacity),
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/chip/chip.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
cursor: default;
border: thin solid transparent;
vertical-align: middle;
line-height: 1;
transition: background-color 0.25s;

&--default {
Expand Down

0 comments on commit ec72772

Please sign in to comment.