From: Shane Parsons Date: Wed, 29 May 2019 16:38:36 +0000 (-0400) Subject: Modify `.card-header-tabs .nav-link.active` colors (#28833) X-Git-Tag: v5.0.0-alpha1~1076 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c70e96b977f46c832900ffae17faf73f28376d2;p=thirdparty%2Fbootstrap.git Modify `.card-header-tabs .nav-link.active` colors (#28833) Co-Authored-By: Mark Otto --- diff --git a/scss/_card.scss b/scss/_card.scss index 5deefeeed6..aa80739a7a 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -104,6 +104,13 @@ margin-bottom: -$card-spacer-y; margin-left: -$card-spacer-x / 2; border-bottom: 0; + + @if $nav-tabs-link-active-bg != $card-bg { + .nav-link.active { + background-color: $card-bg; + border-bottom-color: $card-bg; + } + } } .card-header-pills {