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:
@ -93,7 +93,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host(.button-clear) {
|
:host(.button-clear) {
|
||||||
--background-activated: #{globals.$ion-bg-primary-subtle-press};
|
--background-activated: #{globals.current-color(shade, $subtle: true)};
|
||||||
--background-focused: transparent;
|
--background-focused: transparent;
|
||||||
--background-hover: #{globals.$ion-bg-primary-subtle-press};
|
--background-hover: #{globals.$ion-bg-primary-subtle-press};
|
||||||
--background-hover-opacity: 1;
|
--background-hover-opacity: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user