Skip to content

Commit 931fa08

Browse files
committed
chore(button): change selector :not(a) to button (#299)
1 parent 76e4f56 commit 931fa08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/button/button.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import {
1414

1515

1616
@Component({
17-
selector: '[md-button]:not(a), [md-raised-button]:not(a), [md-icon-button]:not(a), ' +
18-
'[md-fab]:not(a), [md-mini-fab]:not(a)',
17+
selector: 'button[md-button], button[md-raised-button], button[md-icon-button], ' +
18+
'button[md-fab], button[md-mini-fab]',
1919
inputs: ['color'],
2020
host: {
2121
'[class.md-button-focus]': 'isKeyboardFocused',

0 commit comments

Comments
 (0)