mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.35k stars 1.15k forks source link

A link button in a table got color over written #227

Closed JaySkyworker closed 5 years ago

JaySkyworker commented 5 years ago

Expected behavior

a Link button Inside a table should follow the text color of btn

<table class=table><tr><td>
 <a class="btn btn-primary " href="/">test</a>
</td></tr><table>

Actual behavior

mdb.css:8405 table.table a overwrites the text color and make all text black

Your working environment and MDB version information

4.7.5

Resources (screenshots, code snippets etc.)

For every question of technical nature, in order to get the most detailed answer as soon as possible, ask on our dedicated Support Forum

Martussky commented 5 years ago

Hi, we will fix that in the next release and we will inform about this in our changelog. Best, Marta