Skip to content

Commit 94fcaa7

Browse files
committed
chore(md): fix button selector pattern
1 parent d7c135f commit 94fcaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/md-remove-ios-class-effect.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ion-toolbar.md:not(.ios26-disabled) {
1313
}
1414
}
1515

16-
ion-buttons.md.ios26-disabled {
16+
ion-buttons.md {
1717
/**
1818
* ion-buttons.ios26-disabled > ion-button.button-default is for ios26 structure.
1919
* for .md, remove button-default styles. Will be button-clear.
2020
*/
21-
ion-button:not(.ios26-disabled).button-default {
21+
ion-button.md:not(.ios26-disabled).button-default {
2222
// copy .button-clear
2323
--color: initial;
2424
--background: transparent;

0 commit comments

Comments
 (0)