mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(button): show proper shade for activated button on ios (#17508)
fixes #17436
This commit is contained in:

committed by
Brandy Carney

parent
4d56dfe2ee
commit
89a908bd6f
@ -34,6 +34,10 @@
|
|||||||
--opacity: #{$button-ios-opacity-activated};
|
--opacity: #{$button-ios-opacity-activated};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host(.button-solid.activated.ion-color) .button-native {
|
||||||
|
background: current-color(shade);
|
||||||
|
}
|
||||||
|
|
||||||
// iOS Outline Button
|
// iOS Outline Button
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user