diff options
| author | Mark Otto <[email protected]> | 2014-07-08 14:23:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 14:23:34 -0700 |
| commit | 8582659d5ced017aa50c03cf59594daccdf7073d (patch) | |
| tree | ed4ea1dabfeede75d3a0ed2fe3a3b27d9b8f4fba /less/variables.less | |
| parent | b33b208ce1398752fc8342ce995d504419942c18 (diff) | |
| download | bootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.tar.xz bootstrap-8582659d5ced017aa50c03cf59594daccdf7073d.zip | |
Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:after
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index f7d8fcf98..f718e3747 100644 --- a/less/variables.less +++ b/less/variables.less @@ -101,9 +101,9 @@ @component-active-bg: @brand-primary; //** Width of the `border` for generating carets that indicator dropdowns. -@caret-width-base: 4px; +@caret-width-base: .3em; //** Carets increase slightly in size for larger components. -@caret-width-large: 5px; +@caret-width-large: @caret-width-base; //== Tables |
