mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
add will-change
This commit is contained in:
@@ -31,15 +31,16 @@
|
||||
--background-activated: transparent;
|
||||
flex: 1;
|
||||
|
||||
transition: color 0.3s ease;
|
||||
|
||||
background-color: transparent;
|
||||
transition: color 0.3s ease;
|
||||
will-change: color;
|
||||
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
::slotted(ion-button.active) {
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
// ButtonGroup Shapes
|
||||
|
||||
Reference in New Issue
Block a user