Skip to content

Commit eb9c0e4

Browse files
committed
style(tabs): remove ant-tabs-tab-active's font-weight to keep pace with antd(#4241)
1 parent fa5a6d8 commit eb9c0e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/tabs/style/index.less

+3-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@
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+
// font-weight: 500;
216218
}
217219

218220
&-disabled {

0 commit comments

Comments
 (0)