From a4ce890dd65a5ceb56d5c2093f69d720b33daf89 Mon Sep 17 00:00:00 2001 From: Darma1106 <45746207+Darma1106@users.noreply.github.com> Date: Fri, 30 Jul 2021 16:05:20 +0800 Subject: [PATCH] perf(tabs): active tab color(#4241) (#4417) --- 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 00e12c50f..eff39e052 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 {