We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646d420 commit ecc7baeCopy full SHA for ecc7bae
core/src/components/button/button.ionic.scss
@@ -93,7 +93,7 @@
93
// --------------------------------------------------
94
95
:host(.button-clear) {
96
- --background-activated: #{globals.$ion-bg-primary-subtle-press};
+ --background-activated: #{globals.current-color(shade, $subtle: true)};
97
--background-focused: transparent;
98
--background-hover: #{globals.$ion-bg-primary-subtle-press};
99
--background-hover-opacity: 1;
0 commit comments