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-10-31 12:37:00 +00:00
committed by GitHub
parent 399430eb0a
commit 66689079d7

View File

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