diff options
| author | louismaxime.piton <[email protected]> | 2022-02-28 10:22:45 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-28 14:50:37 -0800 |
| commit | 6e2b21c20094c139db2831598de32bb6ed305b25 (patch) | |
| tree | 7f178a9dae931958712eec7425ed08b259ef7dd5 | |
| parent | 7a74f2c3029b48e158887a4eeb6ae193985aede6 (diff) | |
| download | bootstrap-6e2b21c20094c139db2831598de32bb6ed305b25.tar.xz bootstrap-6e2b21c20094c139db2831598de32bb6ed305b25.zip | |
Use the new CSS variable in dropdown menu.
| -rw-r--r-- | scss/_dropdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 877579ea0..3ecf8d7af 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; |
