From f48dc3dd1a2d67a7bc0a8c4c6efcfd502e17e87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20Wei=C3=9Fe?= Date: Wed, 26 Jun 2019 18:29:24 +0200 Subject: [PATCH] fix(button): default opacity for disabled clear buttons (#18560) fixes #18555 --- core/src/components/button/button.md.scss | 3 +-- core/src/components/button/button.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/components/button/button.md.scss b/core/src/components/button/button.md.scss index af73771702..8639261787 100644 --- a/core/src/components/button/button.md.scss +++ b/core/src/components/button/button.md.scss @@ -60,7 +60,6 @@ // -------------------------------------------------- :host(.button-clear) { - --opacity: #{$button-md-clear-opacity}; --background-activated: transparent; --background-focused: #{ion-color(primary, base, .1)}; --background-hover: #{ion-color(primary, base, .04)}; @@ -131,4 +130,4 @@ :host(.button-outline.ion-color:hover) .button-native { background: #{current-color(base, .04)}; } -} \ No newline at end of file +} diff --git a/core/src/components/button/button.scss b/core/src/components/button/button.scss index 00084382b6..63111d87f8 100644 --- a/core/src/components/button/button.scss +++ b/core/src/components/button/button.scss @@ -297,4 +297,4 @@ ion-ripple-effect { background: var(--background-hover); color: var(--color-hover); } -} \ No newline at end of file +}