diff options
| author | Mark Otto <[email protected]> | 2013-11-28 10:45:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-28 10:45:11 -0800 |
| commit | 2abaed98769bd3f5d9bf842c86bc25e4f6bfcd6d (patch) | |
| tree | 79da61aa93ce790c706a6c2676f9067443a58b0c /less/dropdowns.less | |
| parent | 9829c86f7ca5c76ef21892ec1198858eebc99392 (diff) | |
| parent | 3d5e598e5c9bc4d0573266e9a0aa84f988683285 (diff) | |
| download | bootstrap-2abaed98769bd3f5d9bf842c86bc25e4f6bfcd6d.tar.xz bootstrap-2abaed98769bd3f5d9bf842c86bc25e4f6bfcd6d.zip | |
Merge pull request #11642 from tlindig/caret_color_fix
removed all caret border color settings.
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 |
