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 543fc0a commit 5b948a8Copy full SHA for 5b948a8
core/src/components/button/button.ionic.scss
@@ -59,7 +59,7 @@
59
:host(.button-outline) {
60
--border-width: #{globals.$ion-border-size-025};
61
--border-style: #{globals.$ion-border-style-solid};
62
- --background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
+ --background-activated: #{globals.current-color(shade, $subtle: true)};
63
--background-focused: transparent;
64
--background-hover: #{globals.current-color(shade, $subtle: true)};
65
--background-hover-opacity: 1;
0 commit comments