mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16: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:
@ -68,7 +68,7 @@
|
|||||||
--border-style: #{globals.$ion-border-style-solid};
|
--border-style: #{globals.$ion-border-style-solid};
|
||||||
--background-activated: #{globals.ion-color(primary, shade, $subtle: true)};
|
--background-activated: #{globals.ion-color(primary, shade, $subtle: true)};
|
||||||
--background-focused: transparent;
|
--background-focused: transparent;
|
||||||
--background-hover: #{globals.$ion-bg-primary-subtle-press};
|
--background-hover: #{globals.ion-color(primary, shade, $subtle: true)};
|
||||||
--background-hover-opacity: 1;
|
--background-hover-opacity: 1;
|
||||||
--border-color: #{globals.ion-color(primary, base)};
|
--border-color: #{globals.ion-color(primary, base)};
|
||||||
--color: #{globals.ion-color(primary, base)};
|
--color: #{globals.ion-color(primary, base)};
|
||||||
|
|||||||
Reference in New Issue
Block a user