Skip to content

Commit

Permalink
style: fix Table expand icon style in Firefox (#30410)
Browse files Browse the repository at this point in the history
close #29848
  • Loading branch information
afc163 committed May 6, 2021
1 parent 387b9fd commit b6951f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@
border-radius: @border-radius-base;
outline: none;
transform: scale((unit(@checkbox-size) / unit(@expand-icon-size)));
transform-origin: bottom;
transition: all 0.3s;
user-select: none;
@expand-icon-size: ceil(((@font-size-sm * 1.4 - @border-width-base * 3) / 2)) * 2 +
Expand Down

1 comment on commit b6951f3

@afc163
Copy link
Member Author

@afc163 afc163 commented on b6951f3 May 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.