mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
fix(fab): set ripple color to contrast color of the fab background
This commit is contained in:
@ -71,5 +71,9 @@ $fab-md-list-button-background-color-activated: color-shade($fab-md-list-butto
|
|||||||
.fab-md-#{$color-name}.activated {
|
.fab-md-#{$color-name}.activated {
|
||||||
background-color: $bg-color-activated;
|
background-color: $bg-color-activated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fab-md-#{$color-name} .button-effect {
|
||||||
|
background-color: $fg-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user