mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
feat(segment-button): add --indicator-height property to segment button (#19653)
This commit is contained in:

committed by
Brandy Carney

parent
b59d7647fd
commit
d76a5031c4
@ -14,6 +14,7 @@
|
||||
--border-style: solid;
|
||||
--indicator-box-shadow: #{$segment-button-ios-box-shadow-checked};
|
||||
--indicator-color: #{$segment-button-ios-indicator-color};
|
||||
--indicator-height: 100%;
|
||||
--indicator-transition: #{$segment-button-ios-transition-animated};
|
||||
--indicator-transform: none;
|
||||
--transition: #{$segment-button-ios-transition};
|
||||
|
Reference in New Issue
Block a user