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 ecc7bae commit b9663bfCopy full SHA for b9663bf
core/src/components/button/button.ionic.scss
@@ -95,7 +95,7 @@
95
:host(.button-clear) {
96
--background-activated: #{globals.current-color(shade, $subtle: true)};
97
--background-focused: transparent;
98
- --background-hover: #{globals.$ion-bg-primary-subtle-press};
+ --background-hover: #{globals.current-color(shade, $subtle: true)};
99
--background-hover-opacity: 1;
100
--color: #{globals.ion-color(primary, foreground)};
101
--ripple-opacity: var(--background-activated-opacity, 1);
0 commit comments