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:08 +00:00
committed by GitHub
parent 646d42035e
commit ecc7baeae9

View File

@ -93,7 +93,7 @@
// -------------------------------------------------- // --------------------------------------------------
:host(.button-clear) { :host(.button-clear) {
--background-activated: #{globals.$ion-bg-primary-subtle-press}; --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.$ion-bg-primary-subtle-press};
--background-hover-opacity: 1; --background-hover-opacity: 1;