Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorlouismaxime.piton <louismaxime.piton@orange.com>2022-02-28 12:22:45 +0300
committerMark Otto <otto@github.com>2022-03-01 01:50:37 +0300
commit6e2b21c20094c139db2831598de32bb6ed305b25 (patch)
tree7f178a9dae931958712eec7425ed08b259ef7dd5 /scss
parent7a74f2c3029b48e158887a4eeb6ae193985aede6 (diff)
Use the new CSS variable in dropdown menu.
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss2
1 files changed, 1 insertions, 1 deletions
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;