perf(tabs): active tab color(#4241) (#4417)

pull/4453/head
Darma1106 2021-07-30 16:05:20 +08:00 committed by GitHub
parent 74007fbb16
commit a4ce890dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -212,7 +212,10 @@
&-active { &-active {
color: @tabs-highlight-color; 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 { &-disabled {