Button-stable no border in 1.2.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?

According to the commit it’s to be more like v2: https://github.com/driftyco/ionic/commit/21e54be63c3b39963813d83a4e2aa4c36784fe3e

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.