Commit ea7b37dfd1b406cdcba89352e4ac372717b22ac1

Authored by Aresn
Committed by GitHub
2 parents fc0787be 9ad57f29

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

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,6 +191,10 @@
191 &-multiple .@{css-prefix}tag{ 191 &-multiple .@{css-prefix}tag{
192 margin: 3px 4px 2px 0; 192 margin: 3px 4px 2px 0;
193 } 193 }
  194 +
  195 + &-dropdown-list {
  196 + list-style: none;
  197 + }
194 } 198 }
195 199
196 .select-item(@select-prefix-cls, @select-item-prefix-cls); 200 .select-item(@select-prefix-cls, @select-item-prefix-cls);
@@ -244,4 +248,4 @@ @@ -244,4 +248,4 @@
244 .active-error; 248 .active-error;
245 } 249 }
246 } 250 }
247 -}  
248 \ No newline at end of file 251 \ No newline at end of file
  252 +}