mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +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:
@ -83,7 +83,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host(.button-clear) {
|
:host(.button-clear) {
|
||||||
--background-activated: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
|
--background-activated: #{globals.current-color(shade, $subtle: true)};
|
||||||
--background-focused: transparent;
|
--background-focused: transparent;
|
||||||
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
|
--background-hover: var(--ion-color-subtle-shade, #{globals.current-color(shade, $subtle: true)});
|
||||||
--background-hover-opacity: 1;
|
--background-hover-opacity: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user