aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-26 06:15:33 -0700
committerMark Otto <[email protected]>2013-10-26 06:15:33 -0700
commit1ef6caf44f64346fbecbad979c234ccf0bf0bbe8 (patch)
tree5f330e60dc026ecac4fc4ecb2829c571d463b2a8
parent64ffed87a4809388eeab891cb7c43284393e12e2 (diff)
parent5f2bd59abb06fa86b7ac06eb2b51282e7f894796 (diff)
downloadbootstrap-1ef6caf44f64346fbecbad979c234ccf0bf0bbe8.tar.xz
bootstrap-1ef6caf44f64346fbecbad979c234ccf0bf0bbe8.zip
Merge pull request #11200 from yokomizor/variable_way_to_set_caret_width_base
Variable way to set caret width
-rw-r--r--less/dropdowns.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index e6bd18779..5d7e0fb4e 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -166,7 +166,7 @@
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
// gets fixed, restore `border-top: 0;`.
border-top: 0 dotted;
- border-bottom: 4px solid @dropdown-caret-color;
+ border-bottom: @caret-width-base solid @dropdown-caret-color;
content: "";
}
// Different positioning for bottom up menu