Commit 9ad57f29e9644008bcb733003a2ba5185ff3a971
1 parent
fc0787be
correct list-style of groups
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/styles/components/select.less
... | ... | @@ -191,6 +191,10 @@ |
191 | 191 | &-multiple .@{css-prefix}tag{ |
192 | 192 | margin: 3px 4px 2px 0; |
193 | 193 | } |
194 | + | |
195 | + &-dropdown-list { | |
196 | + list-style: none; | |
197 | + } | |
194 | 198 | } |
195 | 199 | |
196 | 200 | .select-item(@select-prefix-cls, @select-item-prefix-cls); |
... | ... | @@ -244,4 +248,4 @@ |
244 | 248 | .active-error; |
245 | 249 | } |
246 | 250 | } |
247 | -} | |
248 | 251 | \ No newline at end of file |
252 | +} | ... | ... |