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
In version 5.0.0, the table-active class, when applied to a tr, is superseded by a table-striped class on the table.
As can be seen in the codepen below, the first row background color is still var(--bs-table-striped-bg), instead of var(--bs-table-active-bg)
The same is not happening when table-active class is applied to a td.
This issue is not present in version 4.6.0.
Operating system and version (Windows, macOS, Android, iOS): Windows
Browser and version (Chrome, Firefox, Safari, Microsoft Edge, Opera, Android Browser): Edge
In version 5.0.0, the
table-active
class, when applied to atr
, is superseded by atable-striped
class on the table.As can be seen in the codepen below, the first row background color is still
var(--bs-table-striped-bg)
, instead ofvar(--bs-table-active-bg)
The same is not happening when
table-active
class is applied to atd
.This issue is not present in version 4.6.0.
The text was updated successfully, but these errors were encountered: