mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
- 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
18 lines
368 B
SCSS
18 lines
368 B
SCSS
@import "./select";
|
|
@import "./select.ios.vars";
|
|
|
|
// iOS Select
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
--padding-top: #{$select-ios-padding-top};
|
|
--padding-end: #{$select-ios-padding-end};
|
|
--padding-bottom: #{$select-ios-padding-bottom};
|
|
--padding-start: #{$select-ios-padding-start};
|
|
}
|
|
|
|
.select-icon {
|
|
width: 12px;
|
|
height: 18px;
|
|
}
|