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 399430e commit 6668907Copy full SHA for 6668907
core/src/components/button/button.ionic.scss
@@ -83,7 +83,7 @@
83
// --------------------------------------------------
84
85
:host(.button-clear) {
86
- --background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
+ --background-activated: #{globals.current-color(shade, $subtle: true)};
87
--background-focused: transparent;
88
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
89
--background-hover-opacity: 1;
0 commit comments