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
+4
View File
@@ -49,6 +49,10 @@
content: '';
}
&--active {
color: @dropdown-menu-title-active-text-color;
}
&--down {
&::after {
margin-top: -1px;