feat(IndexBar): add @index-bar-index-active-color less var

This commit is contained in:
陈嘉涵
2020-01-28 15:39:35 +08:00
parent 89ee8e3872
commit 0011db7536
5 changed files with 12 additions and 9 deletions
+4
View File
@@ -19,5 +19,9 @@
font-weight: @font-weight-bold;
font-size: @index-bar-index-font-size;
line-height: @index-bar-index-line-height;
&--active {
color: @index-bar-index-active-color;
}
}
}