mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 23:01:57 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user