style: Cascader selector down arrow doesn't rotate (#26078)

* fix: Cascader selector down arrow always down

* chore: remove useless style
This commit is contained in:
07akioni 2020-08-07 14:53:48 +08:00 committed by GitHub
parent 73ce401ae8
commit 6d5ccd854f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,10 +110,6 @@
color: @disabled-color;
font-size: 12px;
line-height: 12px;
transition: transform 0.2s;
&&-expand {
transform: rotate(180deg);
}
}
}