From: Martijn Cuppens Date: Tue, 18 Dec 2018 10:12:30 +0000 (+0100) Subject: Sync modal header & footer border colors with $border-color X-Git-Tag: v4.3.0~147^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f49143fc8619120d14b91809fef0d899b9e99c;p=thirdparty%2Fbootstrap.git Sync modal header & footer border colors with $border-color --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 28fd58edd7..ddafa0c2c6 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -920,7 +920,7 @@ $modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default; $modal-backdrop-bg: $black !default; $modal-backdrop-opacity: .5 !default; -$modal-header-border-color: $gray-200 !default; +$modal-header-border-color: $border-color !default; $modal-footer-border-color: $modal-header-border-color !default; $modal-header-border-width: $modal-content-border-width !default; $modal-footer-border-width: $modal-header-border-width !default;