feat(DropdownMenu): add @dropdown-menu-title-active-text-color less var (#4208)

This commit is contained in:
neverland
2019-08-23 15:16:42 +08:00
committed by GitHub
parent 1cc6f03e6f
commit 2205285b38
5 changed files with 74 additions and 40 deletions
+1
View File
@@ -256,6 +256,7 @@
@dropdown-menu-background-color: @white;
@dropdown-menu-title-font-size: 15px;
@dropdown-menu-title-text-color: @text-color;
@dropdown-menu-title-active-text-color: @blue;
@dropdown-menu-title-disabled-text-color: @gray-dark;
@dropdown-menu-title-padding: 0 @padding-xs;
@dropdown-menu-title-line-height: 18px;