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
diff options
context:
space:
mode:
authorJosé Francisco <dudemelo@gmail.com>2017-10-22 23:47:31 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-22 23:47:31 +0300
commit502d6b2579f8f455cca7b852b5af53f381c1f81b (patch)
treeec9d141dea8f0ca6512ae51a2b5d786b2c9f9ea6 /scss/_dropdown.scss
parentb61de52e62f31320c0d4d0450e75efe68dfeafb4 (diff)
Add variable to configure the `$dropdown-border-radius`. (#24376)
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 daa867a573..2717641887 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -27,7 +27,7 @@
background-color: $dropdown-bg;
background-clip: padding-box;
border: $dropdown-border-width solid $dropdown-border-color;
- @include border-radius($border-radius);
+ @include border-radius($dropdown-border-radius);
@include box-shadow($dropdown-box-shadow);
}