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
This commit is contained in:
Brandy Carney
2018-12-07 17:55:59 -05:00
committed by GitHub
parent 0c61e79268
commit 86fc9a557e
19 changed files with 151 additions and 226 deletions

View File

@ -1,16 +0,0 @@
<link href="../../../../../css/ionic.bundle.css" rel="stylesheet">
<link href="../../../../../scripts/testing/styles.css" rel="stylesheet">
<script src="../../../../../dist/ionic.js"></script>
<ion-segment>
<ion-segment-button value="all" checked>
<ion-label>
All
</ion-label>
</ion-segment-button>
<ion-segment-button value="favorites">
<ion-label>
Favorites
</ion-label>
</ion-segment-button>
</ion-segment>