drvic10k / bootstrap-sortable

adding sorting ability to bootstrap table
MIT License
513 stars 131 forks source link

thead-dark results in text vanishing on hover #124

Closed LwsBtlr closed 5 years ago

LwsBtlr commented 6 years ago

Given this thead in a bootstrap file using sortable:

<thead class="thead-dark">
  <tr>
    <th>Title</th>
     <th>Year</th>
     <th data-defaultsort="desc">Score</th>
     <th data-defaultsort='disabled'>Link</th>
     <th data-defaultsort='disabled'>Adress</th>
  </tr>
</thead>

When you hover over the columns that are sortable (Title and Year and Score) the text vanishes.

drvic10k commented 5 years ago

what classes do you have on the table? I couldn't reproduce this issue in my demo, when I just added the class to <thead>