octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
fix(button): default opacity for disabled clear buttons (#18560)
fixes #18555
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
Brandy Carney
gitea-unlock(16/)
parent
301b0fc1d1
commit
f48dc3dd1a
octicon-diff(16/tw-mr-1) 2 changed files with 2 additions and 3 deletions
@@ -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)};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -297,4 +297,4 @@ ion-ripple-effect {
|
||||
background: var(--background-hover);
|
||||
color: var(--color-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user