aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-01 20:27:30 -0800
committerMark Otto <[email protected]>2013-12-01 20:27:30 -0800
commit4876cbeef8c79686ba31c3ed22771357d71dbe51 (patch)
tree79fed0fbb2a96fad2247c3014a045e655d1a825e /less/dropdowns.less
parent1444a3ca638bd8661c0019560117ac75aace3402 (diff)
parent561aff7942d9adfc9508232789e2598406f80934 (diff)
downloadbootstrap-4876cbeef8c79686ba31c3ed22771357d71dbe51.tar.xz
bootstrap-4876cbeef8c79686ba31c3ed22771357d71dbe51.zip
Merge branch 'master' into pr/11412
Conflicts: dist/js/bootstrap.min.js
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less11
1 files changed, 3 insertions, 8 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 5d7e0fb4e..1a8f1973f 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -10,12 +10,9 @@
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;
- // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
- // we can just straight up remove this.
- border-bottom: 0 dotted;
}
// The dropdown wrapper (div)
@@ -163,10 +160,8 @@
.navbar-fixed-bottom .dropdown {
// Reverse the caret
.caret {
- // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
- // gets fixed, restore `border-top: 0;`.
- border-top: 0 dotted;
- border-bottom: @caret-width-base solid @dropdown-caret-color;
+ border-top: 0;
+ border-bottom: @caret-width-base solid;
content: "";
}
// Different positioning for bottom up menu