Huuzen
1
I updated my project to version 1.2.1 and all the borders of my button-stable buttons disappeared.
In ionic.css
.button.button-stable {
border-color: #b2b2b2;
changed to
.button.button-stable {
border-color: transparent;
Is there a reason for this?
ehynds
2
Follow up question: is there a reason they haven’t updated the docs to reflect this change?
1 Like
Yes, lost 30 minutes to find out the doc was not accurate!
Thanks, was going a little crazy over this myself. Added the CSS back into the www/css/style.css to keep it seperate.