Skip to content

Commit a4ce890

Browse files
authored
perf(tabs): active tab color(#4241) (#4417)
1 parent 74007fb commit a4ce890

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/tabs/style/index.less

+4-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@
212212

213213
&-active {
214214
color: @tabs-highlight-color;
215-
font-weight: 500;
215+
// https://github.com/vueComponent/ant-design-vue/issues/4241
216+
// Remove font-weight to keep pace with antd (#4241)
217+
text-shadow: 0 0 0.25px currentColor;
218+
// font-weight: 500;
216219
}
217220

218221
&-disabled {

0 commit comments

Comments
 (0)