creativetimofficial / now-ui-kit

Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim
https://www.creative-tim.com/product/now-ui-kit
Other
1.7k stars 376 forks source link

Pricing Page Example - btn-neutral.disabled not showing text #68

Closed jonthedecepticon closed 6 years ago

jonthedecepticon commented 6 years ago

On http://demos.creative-tim.com/now-ui-kit-pro/examples/pricing.html it looks like btn-neutral.disabled color is inheriting from btn-primary color and causing the text "Current Plan" to be unreadable. Simple fix...

Before pricing-page-original

<a href="#pablo" class="btn btn-neutral btn-primary disabled btn-round">
    Current Plan
</a>

After screen shot 2018-02-10 at 2 29 53 am

<a href="#pablo" class="btn btn-neutral disabled btn-round">
    Current Plan
</a>
jonthedecepticon commented 6 years ago

This has been fixed. Closing ticket