Skip to content

Commit 6a7f883

Browse files
committed
docs: add missing scss-docs-start comment
1 parent fb40ba2 commit 6a7f883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/_list-group.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
153153
// Organizationally, this must come after the `:hover` states.
154154

155155
@each $state, $map in $list-group-variants {
156-
$background: map-get($map, "background");
157-
$background-hover: map-get($map, "background-hover");
158-
$color: contrast-ratio-correction(map-get($map, "color"), map-get($map, "background"), abs($alert-color-scale), $state);
156+
$background: map-get($map, "bg");
157+
$background-hover: map-get($map, "bg-hover");
158+
$color: contrast-ratio-correction(map-get($map, "color"), map-get($map, "bg"), abs($alert-color-scale), $state);
159159

160160
@include list-group-item-variant($state, $background, $background-hover, $color);
161161
}

0 commit comments

Comments
 (0)