From: Mark Otto Date: Fri, 11 Mar 2022 16:59:30 +0000 (-0800) Subject: Set opacity on dropdown-divider for now X-Git-Tag: v5.2.0-beta1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ac9a9a5cf6072188d8a928a6f3206ffb855219;p=thirdparty%2Fbootstrap.git Set opacity on dropdown-divider for now --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index e04f91cb0f..cbbe78cb34 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -153,6 +153,7 @@ margin: var(--#{$variable-prefix}dropdown-divider-margin-y) 0; overflow: hidden; border-top: 1px solid var(--#{$variable-prefix}dropdown-divider-bg); + opacity: 1; // Revisit in v6 to de-dupe styles that conflict with
element } // Links, buttons, and more within the dropdown menu