From: Mark Otto Date: Sun, 2 Jul 2017 01:37:27 +0000 (-0700) Subject: Restore .text-muted X-Git-Tag: v4.0.0-beta~84^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=360308845429f07e9eedb669254df3e70fd60fc4;p=thirdparty%2Fbootstrap.git Restore .text-muted --- diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 90e06f5c43..7f20ed76ee 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -34,14 +34,14 @@ // Contextual colors -.text-white { - color: #fff !important; -} +.text-white { color: #fff !important; } @each $color, $value in $theme-colors { @include text-emphasis-variant('.text-#{$color}', $value); } +.text-muted { color: $gray-400 !important; } + // Misc .text-hide {