mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(toolbar): remove color change from outline buttons in toolbar
add color to ripple for outline buttons in toolbar references #6364
This commit is contained in:
@ -186,7 +186,10 @@ ion-buttons[right] {
|
||||
}
|
||||
|
||||
&.activated {
|
||||
color: color-contrast($colors-md, $toolbar-md-button-color, true);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
ion-button-effect {
|
||||
background-color: $toolbar-md-button-color;
|
||||
}
|
||||
}
|
||||
@ -200,7 +203,10 @@ ion-buttons[right] {
|
||||
background-color: transparent;
|
||||
|
||||
&.activated {
|
||||
color: $color-contrast;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
ion-button-effect {
|
||||
background-color: $fg-color;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user