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
Since both classes should be applied to list group link or button, the list-group-item colors overrides list-group-item-action colors because list-group-item declaration comes after list-group-item-action in list-group.scss file.
There are separate variables for defining colors independently for list-group-item and list-group-item-action but they don't really work due to the above issue.
Reduced test cases
What operating system(s) are you seeing the problem on?
Windows, macOS
What browser(s) are you seeing the problem on?
Chrome, Safari, Firefox, Microsoft Edge, Opera
What version of Bootstrap are you using?
v5.3.1
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the issue
Since both classes should be applied to list group link or button, the
list-group-item
colors overrideslist-group-item-action
colors becauselist-group-item
declaration comes afterlist-group-item-action
inlist-group.scss
file.There are separate variables for defining colors independently for
list-group-item
andlist-group-item-action
but they don't really work due to the above issue.Reduced test cases
What operating system(s) are you seeing the problem on?
Windows, macOS
What browser(s) are you seeing the problem on?
Chrome, Safari, Firefox, Microsoft Edge, Opera
What version of Bootstrap are you using?
v5.3.1
The text was updated successfully, but these errors were encountered: