style(DropdownMenu): adjust default active color to @red (#6863)

This commit is contained in:
neverland
2020-07-24 17:45:20 +08:00
committed by GitHub
parent b43b8fc943
commit e12b468843
4 changed files with 25 additions and 9 deletions
+2 -2
View File
@@ -331,11 +331,11 @@
@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-active-text-color: @red;
@dropdown-menu-title-disabled-text-color: @gray-6;
@dropdown-menu-title-padding: 0 @padding-xs;
@dropdown-menu-title-line-height: @line-height-lg;
@dropdown-menu-option-active-color: @blue;
@dropdown-menu-option-active-color: @red;
@dropdown-menu-content-max-height: 80%;
@dropdown-item-z-index: 10;