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 5fb53fc commit f1d9368Copy full SHA for f1d9368
src/components/typography/typography.ts
@@ -9,7 +9,7 @@ import { Ion } from '../ion';
9
* Select all of the HTML text elements with the color attribute to apply the text-color class.
10
*/
11
@Directive({
12
- selector: 'h1[color], h2[color], h3[color], h4[color], h5[color], h6[color], a[color], p[color], span[color], b[color], i[color], strong[color], em[color], small[color], sub[color], sup[color]'
+ selector: 'h1[color], h2[color], h3[color], h4[color], h5[color], h6[color], a[color]:not([ion-button]), p[color], span[color], b[color], i[color], strong[color], em[color], small[color], sub[color], sup[color]'
13
})
14
export class Typography extends Ion {
15
0 commit comments