Skip to content

Commit

Permalink
fix(select): Nest list-divider style in mdc-select declaration (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva authored and traviskaufman committed Apr 25, 2017
1 parent f28f465 commit a3d2928
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@
@include mdc-theme-prop(background-color, text-primary-on-dark);
}
}

.mdc-list-divider {
margin-bottom: 8px;
padding-top: 8px;
font-size: 0;
}
// stylelint-enable plugin/selector-bem-pattern
}

Expand All @@ -264,12 +270,4 @@
// height for option elements cannot be controlled
// with CSS. Use the font-size rule instead.

// stylelint-disable plugin/selector-bem-pattern
.mdc-list-divider {
margin-bottom: 8px;
padding-top: 8px;
font-size: 0;
}
// stylelint-enable plugin/selector-bem-pattern

// postcss-bem-linter: end

0 comments on commit a3d2928

Please sign in to comment.