mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Update core/src/components/button/button.ionic.scss
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
@ -85,7 +85,7 @@
|
||||
:host(.button-clear) {
|
||||
--background-activated: #{globals.current-color(shade, $subtle: true)};
|
||||
--background-focused: transparent;
|
||||
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
|
||||
--background-hover: #{globals.current-color(shade, $subtle: true)};
|
||||
--background-hover-opacity: 1;
|
||||
--color: #{globals.ion-color(primary, foreground)};
|
||||
--ripple-opacity: var(--background-activated-opacity, 1);
|
||||
|
||||
Reference in New Issue
Block a user