feat(segment): adds global variable for targeting segment in toolbar (#16344)

adds the following variables

```
--ion-toolbar-color-unchecked
--ion-toolbar-color-checked
```
This commit is contained in:
Brandy Carney
2018-11-16 13:19:01 -05:00
committed by GitHub
parent ac3e065b3e
commit 10971cc3ca
8 changed files with 54 additions and 3 deletions

View File

@ -25,7 +25,7 @@ $segment-button-md-border-bottom-width: 2px !default;
$segment-button-md-border-bottom-color: transparent !default;
/// @prop - Text color of the activated segment button
$segment-button-md-text-color-activated: ion-color(primary, base) !default;
$segment-button-md-text-color-checked: ion-color(primary, base) !default;
/// @prop - Border color of the activated segment button
$segment-button-md-border-bottom-color-activated: ion-color(primary, base) !default;