Skip to content

Commit

Permalink
style: Cascader selector down arrow doesn't rotate (#26078)
Browse files Browse the repository at this point in the history
* fix: Cascader selector down arrow always down

* chore: remove useless style
  • Loading branch information
07akioni committed Aug 7, 2020
1 parent 73ce401 commit 6d5ccd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/cascader/style/index.less
Expand Up @@ -110,10 +110,6 @@
color: @disabled-color;
font-size: 12px;
line-height: 12px;
transition: transform 0.2s;
&&-expand {
transform: rotate(180deg);
}
}
}

Expand Down

0 comments on commit 6d5ccd8

Please sign in to comment.