Skip to content

Commit

Permalink
🐛 Fix arrow style of Select selected item
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 22, 2019
1 parent 5d46fa9 commit 2df2dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/select/style/index.less
Expand Up @@ -552,11 +552,11 @@
top: 50%;
right: @control-padding-horizontal;
color: transparent;
font-size: 12px;
font-weight: bold;
text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
transform: translateY(-50%);
transition: all 0.2s ease;
.iconfont-size-under-12px(10px);
transition: all .2s;
}

&:hover .@{select-prefix-cls}-selected-icon {
Expand Down

0 comments on commit 2df2dc0

Please sign in to comment.