Skip to content

Commit c660d17

Browse files
committed
dropdown - background color (issue #7)
1 parent b878c42 commit c660d17

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

css/components.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/components.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/dropdown/_element.less

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
@import "_variables";
2+
@import "../_mixins";
3+
@import "../_themes";
4+
15
.dropdown {
26
&__menu {
37
width: 100%;
48
box-sizing: border-box;
59
font-size: @item-font-size;
10+
background-color: #fff;
611
}
712

813
input[type=checkbox] {

0 commit comments

Comments
 (0)