mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +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 {
|
&.activated {
|
||||||
color: color-contrast($colors-md, $toolbar-md-button-color, true);
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-button-effect {
|
||||||
background-color: $toolbar-md-button-color;
|
background-color: $toolbar-md-button-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -200,7 +203,10 @@ ion-buttons[right] {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
&.activated {
|
&.activated {
|
||||||
color: $color-contrast;
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-button-effect {
|
||||||
background-color: $fg-color;
|
background-color: $fg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user