1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02: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

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);
}