From e1e4a05e5586427b7cc9e618f52102f81cd761a8 Mon Sep 17 00:00:00 2001 From: darma <1946498212@qq.com> Date: Sat, 24 Jul 2021 23:15:46 +0800 Subject: [PATCH] style(tabs): keep pace with antd(#4241) --- components/tabs/style/index.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index 00e12c50ff..eff39e052e 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -212,7 +212,10 @@ &-active { color: @tabs-highlight-color; - font-weight: 500; + // https://github.com/vueComponent/ant-design-vue/issues/4241 + // Remove font-weight to keep pace with antd (#4241) + text-shadow: 0 0 0.25px currentColor; + // font-weight: 500; } &-disabled {