We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301b0fc commit f48dc3dCopy full SHA for f48dc3d
core/src/components/button/button.md.scss
@@ -60,7 +60,6 @@
60
// --------------------------------------------------
61
62
:host(.button-clear) {
63
- --opacity: #{$button-md-clear-opacity};
64
--background-activated: transparent;
65
--background-focused: #{ion-color(primary, base, .1)};
66
--background-hover: #{ion-color(primary, base, .04)};
@@ -131,4 +130,4 @@
131
130
:host(.button-outline.ion-color:hover) .button-native {
132
background: #{current-color(base, .04)};
133
}
134
-}
+}
core/src/components/button/button.scss
@@ -297,4 +297,4 @@ ion-ripple-effect {
297
background: var(--background-hover);
298
color: var(--color-hover);
299
300
0 commit comments