Sortable
Sortable copied to clipboard
[bug]Selected and Hover colors not showing in Bootstrap
Describe the bug
Using multi-drag/select on a Bootstrap styled table. When clicking the rows the proper CSS style is applied to the code, but the screen doesn't show the new colors for the row.
To Reproduce
If the table is set as:
<table id="reorder-table" class="">
then the colors from the custom CSS work fine.
if the table is set as:
<table id="reorder-table" class="table">
Then the custom CSS colors do not override the table row colors set by Bootstrap - even if the custom color definitions are:
background-color: red !important;
Expected behavior Per the demos, when you click a row it should highlight
Information
sortablejs = 1.15.2 bootstrap = 5.3.3