You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: