Skip to content

Commit

Permalink
perf(tabs): active tab color(#4241) (#4417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darma1106 authored Jul 30, 2021
1 parent 74007fb commit a4ce890
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/tabs/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a4ce890

Please sign in to comment.