From: louismaxime.piton Date: Mon, 28 Feb 2022 09:22:45 +0000 (+0100) Subject: Use the new CSS variable in dropdown menu. X-Git-Tag: v5.2.0-beta1~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2b21c20094c139db2831598de32bb6ed305b25;p=thirdparty%2Fbootstrap.git Use the new CSS variable in dropdown menu. --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 877579ea03..3ecf8d7af0 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -48,7 +48,7 @@ min-width: var(--#{$variable-prefix}dropdown-min-width); padding: var(--#{$variable-prefix}dropdown-padding); margin: 0; // Override default margin of ul - @include font-size($dropdown-font-size); + @include font-size(var(#{$vriable-prefix}dropdown-font-size)); color: var(--#{$variable-prefix}dropdown-color); text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer) list-style: none;