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:
committed by
Mark Otto
parent
b61de52e62
commit
502d6b2579
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user