Browse Source

bold active tabs

pull/25/head
afc163 9 years ago
parent
commit
1679154601
  1. 3
      src/components/NoticeIcon/index.less
  2. 6
      src/index.less

3
src/components/NoticeIcon/index.less

@ -20,9 +20,6 @@
.tabs {
:global {
.ant-tabs-tab-active {
font-weight: 500;
}
.ant-tabs-nav-scroll {
text-align: center;
}

6
src/index.less

@ -9,3 +9,9 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:global {
.ant-tabs-tab-active {
font-weight: 500;
}
}

Loading…
Cancel
Save