From: Mark Otto Date: Sun, 2 Jul 2017 06:35:57 +0000 (-0700) Subject: remove unused $list-group-color variable; it should naturally inherit from the body X-Git-Tag: v4.0.0-beta~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e067f72297cc72c53b13933f401e7c078d80352;p=thirdparty%2Fbootstrap.git remove unused $list-group-color variable; it should naturally inherit from the body --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 6884d60f88..269cb50ed4 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -741,7 +741,6 @@ $progress-bar-transition: width .6s ease !default; // List group -$list-group-color: $body-color !default; $list-group-bg: $white !default; $list-group-border-color: rgba($black,.125) !default; $list-group-border-width: $border-width !default;