2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add variable to configure the $dropdown-border-radius. (#24376)

This commit is contained in:
José Francisco
2017-10-22 17:47:31 -03:00
committed by Mark Otto
parent b61de52e62
commit 502d6b2579
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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);
}