Files
ionic-framework/core/src/components/select/select.md.scss
Brandy Carney 86fc9a557e fix(toolbar): style all slotted content in order not only buttons (#16617)
- style all slotted content to order properly in a toolbar, not only buttons
- removes duplicated sass variables
- use current color in select so icon will inherit toolbar color

BREAKING CHANGES

- Removes `--icon-color` and `--placeholder-color` from select in favor of inheritance with opacity
2018-12-07 17:55:59 -05:00

18 lines
375 B
SCSS

@import "./select";
@import "./select.md.vars";
// Material Design Select
// --------------------------------------------------
:host {
--padding-top: #{$select-md-padding-top};
--padding-end: #{$select-md-padding-end};
--padding-bottom: #{$select-md-padding-bottom};
--padding-start: #{$select-md-padding-start};
}
.select-icon {
width: 19px;
height: 19px;
}