From b6951f325387a0a34ae8803e84bdaaa5e22864d5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 6 May 2021 16:01:49 +0800 Subject: [PATCH] style: fix Table expand icon style in Firefox (#30410) close #29848 --- components/table/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 2884d877d6..45c604eaa3 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -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 +