Browse Source

fix: Tabs bottom style (#23087)

* fix: Tabs bottom style

* fix lint
pull/23097/head
二货机器人 5 years ago
committed by GitHub
parent
commit
37ad43bc9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      components/tabs/style/card-style.less

5
components/tabs/style/card-style.less

@ -169,15 +169,14 @@
// https://github.com/ant-design/ant-design/issues/9104
& &-card-bar&-bottom-bar &-tab {
height: auto;
border-top: 0;
border-top-color: @border-color-split;
border-bottom: @border-width-base @border-style-base @border-color-split;
border-radius: 0 0 @border-radius-base @border-radius-base;
}
& &-card-bar&-bottom-bar &-tab-active {
padding-top: 1px;
padding-bottom: 0;
color: @primary-color;
border-top-color: @component-background;
}
}

Loading…
Cancel
Save