style: fix Table expand icon style in Firefox (#30410)

close #29848
This commit is contained in:
afc163 2021-05-06 16:01:49 +08:00 committed by GitHub
parent 387b9fdd34
commit b6951f3253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 +