aboutsummaryrefslogtreecommitdiff
path: root/scss/_dropdown.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-25 19:55:34 -0700
committerGitHub <[email protected]>2016-10-25 19:55:34 -0700
commit2eaef44edd2bd64dd12bea94ac24914a4f287d47 (patch)
treea29e51e1cc4739eda9d5773df96eab9458c4b914 /scss/_dropdown.scss
parent182a642b0784af327c0a1c5d06fbcc826135373a (diff)
parent8402d2321fcbab8f6800d1cd9f49553a92ac00a2 (diff)
downloadbootstrap-2eaef44edd2bd64dd12bea94ac24914a4f287d47.tar.xz
bootstrap-2eaef44edd2bd64dd12bea94ac24914a4f287d47.zip
Merge pull request #20951 from sbaechler/font-weights
Use a variable for the default font weights. Fixes #20741
Diffstat (limited to 'scss/_dropdown.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 47702e795..1f57955bc 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -68,7 +68,7 @@
width: 100%; // For `<button>`s
padding: 3px $dropdown-item-padding-x;
clear: both;
- font-weight: normal;
+ font-weight: $font-weight-normal;
color: $dropdown-link-color;
text-align: inherit; // For `<button>`s
white-space: nowrap; // prevent links from randomly breaking onto new lines