We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eceb726 commit b0524c3Copy full SHA for b0524c3
1 file changed
scss/_list-group.scss
@@ -187,6 +187,7 @@
187
--#{$prefix}list-group-color: var(--#{$prefix}#{$state}-text-emphasis);
188
--#{$prefix}list-group-bg: var(--#{$prefix}#{$state}-bg-subtle);
189
--#{$prefix}list-group-border-color: var(--#{$prefix}#{$state}-border-subtle);
190
+ --#{$prefix}list-group-action-color: var(--#{$prefix}list-group-color);
191
--#{$prefix}list-group-action-hover-color: var(--#{$prefix}emphasis-color);
192
--#{$prefix}list-group-action-hover-bg: var(--#{$prefix}#{$state}-border-subtle);
193
--#{$prefix}list-group-action-active-color: var(--#{$prefix}emphasis-color);
0 commit comments