fix(DropdownItem): missing default active color (#4330)

This commit is contained in:
neverland
2019-09-03 09:57:58 +08:00
committed by GitHub
parent b28579cfdf
commit ad4f76bdbd
4 changed files with 20 additions and 11 deletions
+1
View File
@@ -260,6 +260,7 @@
@dropdown-menu-title-disabled-text-color: @gray-dark;
@dropdown-menu-title-padding: 0 @padding-xs;
@dropdown-menu-title-line-height: 18px;
@dropdown-menu-option-active-color: @blue;
// Field
@field-label-width: 90px;