diff options
| author | Rogério Yokomizo <[email protected]> | 2013-10-22 02:50:08 -0200 |
|---|---|---|
| committer | Rogério Yokomizo <[email protected]> | 2013-10-22 02:50:08 -0200 |
| commit | 5f2bd59abb06fa86b7ac06eb2b51282e7f894796 (patch) | |
| tree | f40c23d3e6ebca259e78ea6f5bfaed10e2397338 | |
| parent | 9673c25e2cf8701e4fe0d255d38f1a9f6b193e9f (diff) | |
| download | bootstrap-5f2bd59abb06fa86b7ac06eb2b51282e7f894796.tar.xz bootstrap-5f2bd59abb06fa86b7ac06eb2b51282e7f894796.zip | |
variable way to set @caret-width-base
| -rw-r--r-- | less/dropdowns.less | 2 |
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 |
