1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

$dropdown-border => $dropdown-border-color

This commit is contained in:
Chris Rebert
2015-11-14 22:28:45 -08:00
parent 01a44bfa93
commit 76f7056321
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
list-style: none;
background-color: $dropdown-bg;
background-clip: padding-box;
border: 1px solid $dropdown-border;
border: 1px solid $dropdown-border-color;
@include border-radius($border-radius);
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
}