Browse Source

💄 Tweak Select close x position (#23963)

close #23886
pull/23981/head
偏右 5 years ago
committed by GitHub
parent
commit
333e8ffeb2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      components/select/style/multiple.less

6
components/select/style/multiple.less

@ -75,7 +75,6 @@
&-remove {
.iconfont-mixin();
display: inline-block;
color: @text-color-secondary;
font-weight: bold;
@ -83,6 +82,11 @@
line-height: inherit;
cursor: pointer;
.iconfont-size-under-12px(10px);
> .@{iconfont-css-prefix} {
vertical-align: -0.2em;
}
&:hover {
color: @icon-color-hover;
}

Loading…
Cancel
Save