diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-25 02:20:05 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-25 02:20:05 +0200 |
| commit | 9d684a935d4fdb5192fb53e3463d01ce6505ffd6 (patch) | |
| tree | a577ab4d6babd04aefc3703979cb7f3775d9b7a1 | |
| parent | 0da684ff8501768c0ecd4c60c0c7cf043bde1a1d (diff) | |
| parent | 67995d034e6d88d277d7be9c09450a7356636342 (diff) | |
| download | bootstrap-9d684a935d4fdb5192fb53e3463d01ce6505ffd6.tar.xz bootstrap-9d684a935d4fdb5192fb53e3463d01ce6505ffd6.zip | |
Merge pull request #17294 from unehub/patch-1
PropertySortOrder
| -rw-r--r-- | scss/_dropdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 2f0659a5c..aa1a9d1b3 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -27,8 +27,8 @@ .dropup { .dropdown-toggle { &::after { - border-bottom: $caret-width solid; border-top: 0; + border-bottom: $caret-width solid; } } } |
