mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
refactor(sass): tweaks to the alpha css variables (#14223)
* alpha tweaks * added alpha-input cleanup for theme-builder * removed global variables * style(searchbar): fix indentation closes #14196
This commit is contained in:

committed by
Brandy Carney

parent
7887550166
commit
6c6f867ce4
@ -117,11 +117,11 @@ ion-segment-button {
|
||||
color: $color-base;
|
||||
|
||||
&:hover:not(.segment-activated) {
|
||||
background-color: ion-color($colors-ios, $color-name, base, ios, $alpha-ios-hover);
|
||||
background-color: ion-color($colors-ios, $color-name, base, ios, $segment-button-ios-background-color-alpha-hover);
|
||||
}
|
||||
|
||||
&:active:not(.segment-activated) {
|
||||
background-color: ion-color($colors-ios, $color-name, base, ios, $alpha-ios-activated);
|
||||
background-color: ion-color($colors-ios, $color-name, base, ios, $segment-button-ios-background-color-alpha-active);
|
||||
}
|
||||
|
||||
&.segment-activated {
|
||||
@ -131,7 +131,7 @@ ion-segment-button {
|
||||
}
|
||||
|
||||
.segment-button-disabled {
|
||||
color: ion-color($colors-ios, $color-name, base, ios, $alpha-ios-disabled);
|
||||
color: ion-color($colors-ios, $color-name, base, ios, $segment-button-ios-background-color-alpha-disabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user