mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +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:
@ -59,7 +59,7 @@
|
||||
:host(.button-outline) {
|
||||
--border-width: #{globals.$ion-border-size-025};
|
||||
--border-style: #{globals.$ion-border-style-solid};
|
||||
--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-hover: #{globals.current-color(shade, $subtle: true)};
|
||||
--background-hover-opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user