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

View File

@@ -8,6 +8,14 @@
&__option {
text-align: left;
&--active {
color: @dropdown-menu-option-active-color;
.van-dropdown-item__icon {
color: @dropdown-menu-option-active-color;
}
}
}
&--up {