From f49e8b307490620e6e9c4075f7bdc494777090cc Mon Sep 17 00:00:00 2001 From: BenOsodrac Date: Tue, 6 May 2025 18:42:54 +0100 Subject: [PATCH] add will-change --- core/src/components/button-group/button-group.ionic.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/components/button-group/button-group.ionic.scss b/core/src/components/button-group/button-group.ionic.scss index ca97b75978..c815097185 100644 --- a/core/src/components/button-group/button-group.ionic.scss +++ b/core/src/components/button-group/button-group.ionic.scss @@ -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