-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Milestone
Description
Short description of the problem:
The fore color of the button is being overwritten when it's applied on an a tag because of the 2 directives (text and button) that are setting the "color".
What behavior are you expecting?
Fore color should not be overwritten.
Steps to reproduce:
- create an a tag with ion-button as attribute and give it a color value
<a ion-button block color="secondary">Text</a>
output html
<a block="" color="secondary" ion-button="" class="text-ios disable-hover text-ios-secondary button button-ios button-default button-default-ios button-block button-block-ios button-ios-secondary" ng-reflect-color="secondary" ng-reflect-block=""><span class="button-inner">Text</span><div class="button-effect"></div></a>
Which Ionic Version? 2 RC 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
