diff options
| author | Mark Otto <[email protected]> | 2013-11-28 11:57:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-28 11:57:12 -0800 |
| commit | b7b72cc8773b88d4ba23a84847e93fb9e8d3e1bb (patch) | |
| tree | d58ecfd74b18ee7f1183e3e301ec519c00494bcc /less/dropdowns.less | |
| parent | bff8ba2b794305842d7a712a1bf6e400b898b7c0 (diff) | |
| parent | 56f4cf0316b03af888c22c62e4ef24e437b4a370 (diff) | |
| download | bootstrap-b7b72cc8773b88d4ba23a84847e93fb9e8d3e1bb.tar.xz bootstrap-b7b72cc8773b88d4ba23a84847e93fb9e8d3e1bb.zip | |
Merge branch 'master' into pr/11614
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index dbaf31fe0..1a8f1973f 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -10,7 +10,7 @@ height: 0; margin-left: 2px; vertical-align: middle; - border-top: @caret-width-base solid @dropdown-caret-color; + border-top: @caret-width-base solid; border-right: @caret-width-base solid transparent; border-left: @caret-width-base solid transparent; } @@ -161,7 +161,7 @@ // Reverse the caret .caret { border-top: 0; - border-bottom: @caret-width-base solid @dropdown-caret-color; + border-bottom: @caret-width-base solid; content: ""; } // Different positioning for bottom up menu |
