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 5cf8e28 commit 1233b8cCopy full SHA for 1233b8c
core/src/components/button/button.ionic.scss
@@ -85,7 +85,7 @@
85
:host(.button-clear) {
86
--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)});
+ --background-hover: #{globals.current-color(shade, $subtle: true)};
89
--background-hover-opacity: 1;
90
--color: #{globals.ion-color(primary, foreground)};
91
--ripple-opacity: var(--background-activated-opacity, 1);
0 commit comments