Browse Source

css: set dropdown's background color with @component-background (#4160)

pull/4198/head
chchen 8 years ago
committed by Benjy Cui
parent
commit
3382abde65
  1. 2
      components/select/style/index.less

2
components/select/style/index.less

@ -401,7 +401,7 @@
display: none;
}
background-color: white;
background-color: @component-background;
box-shadow: @box-shadow-base;
border-radius: @border-radius-base;
box-sizing: border-box;

Loading…
Cancel
Save