Merge pull request #3118 from SergioCrisostomo/fix-select-group-list-style

correct list-style of groups
This commit is contained in:
Aresn 2018-03-09 09:34:53 +08:00 committed by GitHub
commit ea7b37dfd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,10 @@
&-multiple .@{css-prefix}tag{
margin: 3px 4px 2px 0;
}
&-dropdown-list {
list-style: none;
}
}
.select-item(@select-prefix-cls, @select-item-prefix-cls);
@ -244,4 +248,4 @@
.active-error;
}
}
}
}