Skip to content

Commit f48dc3d

Browse files
KillerCodeMonkeybrandyscarney
authored andcommitted
fix(button): default opacity for disabled clear buttons (ionic-team#18560)
fixes ionic-team#18555
1 parent 301b0fc commit f48dc3d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/src/components/button/button.md.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
// --------------------------------------------------
6161

6262
:host(.button-clear) {
63-
--opacity: #{$button-md-clear-opacity};
6463
--background-activated: transparent;
6564
--background-focused: #{ion-color(primary, base, .1)};
6665
--background-hover: #{ion-color(primary, base, .04)};
@@ -131,4 +130,4 @@
131130
:host(.button-outline.ion-color:hover) .button-native {
132131
background: #{current-color(base, .04)};
133132
}
134-
}
133+
}

core/src/components/button/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ ion-ripple-effect {
297297
background: var(--background-hover);
298298
color: var(--color-hover);
299299
}
300-
}
300+
}

0 commit comments

Comments
 (0)