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

This commit is contained in:
chchen 2016-12-09 10:35:13 +08:00 committed by Benjy Cui
parent 383101830a
commit 3382abde65

View File

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