fix bug #41725 - List group action items appear disabled

This commit is contained in:
prit007p 2025-09-28 11:52:47 +05:30
parent 380a1d738b
commit 311f29b49b

View File

@ -97,7 +97,7 @@
.list-group-item-action {
width: 100%; // For `<button>`s (anchors become 100% by default though)
color: var(--#{$prefix}list-group-action-color);
color: var(--#{$prefix}list-group-color);
text-align: inherit; // For `<button>`s (anchors inherit)
&:not(.active) {