Update core/src/components/button/button.ionic.scss

Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
João Ferreira
2025-11-05 09:37:23 +00:00
committed by GitHub
parent ecc7baeae9
commit b9663bf4a0

View File

@ -95,7 +95,7 @@
:host(.button-clear) { :host(.button-clear) {
--background-activated: #{globals.current-color(shade, $subtle: true)}; --background-activated: #{globals.current-color(shade, $subtle: true)};
--background-focused: transparent; --background-focused: transparent;
--background-hover: #{globals.$ion-bg-primary-subtle-press}; --background-hover: #{globals.current-color(shade, $subtle: true)};
--background-hover-opacity: 1; --background-hover-opacity: 1;
--color: #{globals.ion-color(primary, foreground)}; --color: #{globals.ion-color(primary, foreground)};
--ripple-opacity: var(--background-activated-opacity, 1); --ripple-opacity: var(--background-activated-opacity, 1);