You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
When you use Ionic + Material with the html type attribute you will have css issues. As you can see in the plunk the bottom line is missing from the input when using the type=password
Those types are more specific than md-input-container .md-input, so the border is being turned off. We'll have to experiment with the right specificity, since it looks like the ionic stylesheet is already being loaded first.
When you use Ionic + Material with the html type attribute you will have css issues. As you can see in the plunk the bottom line is missing from the input when using the type=password
http://plnkr.co/edit/n0qfNhYbsCHrCIrLx3Bv?p=preview
The text was updated successfully, but these errors were encountered: