We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c135f commit 94fcaa7Copy full SHA for 94fcaa7
src/md-remove-ios-class-effect.scss
@@ -13,12 +13,12 @@ ion-toolbar.md:not(.ios26-disabled) {
13
}
14
15
16
-ion-buttons.md.ios26-disabled {
+ion-buttons.md {
17
/**
18
* ion-buttons.ios26-disabled > ion-button.button-default is for ios26 structure.
19
* for .md, remove button-default styles. Will be button-clear.
20
*/
21
- ion-button:not(.ios26-disabled).button-default {
+ ion-button.md:not(.ios26-disabled).button-default {
22
// copy .button-clear
23
--color: initial;
24
--background: transparent;
0 commit comments