correct list-style of groups

This commit is contained in:
Sergio Crisostomo 2018-03-08 21:21:12 +01:00
parent fc0787be92
commit 9ad57f29e9

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;
}
}
}
}