diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index f716a5a04fb1..ae1d45c966b6 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -364,6 +364,10 @@ .@{tab-prefix-cls}-tab { text-align: right; } + .@{tab-prefix-cls}-tab-active { + font-weight: normal; + text-shadow: 0px 0px 1px @tabs-card-active-color; + } .@{tab-prefix-cls}-nav-container { margin-right: -1px; } @@ -394,6 +398,10 @@ .@{tab-prefix-cls}-ink-bar { left: 1px; } + .@{tab-prefix-cls}-tab-active { + font-weight: normal; + text-shadow: 0px 0px 1px @tabs-card-active-color; + } } .@{tab-prefix-cls}-right-content { padding-right: 24px;