| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-11 | Fixes #14939: Don't remove focus outline from buttons in button groups | Mark Otto | 1 | -4/+0 | |
| 2014-10-26 | Removed unnecessary new lines that were inconsistent with current style. | Baraa | 1 | -1/+0 | |
| 2014-09-08 | Properly hide checkbox and radio inputs in button groups | Heinrich Fenkart | 1 | -5/+8 | |
| `pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else. Fixes #14137 | |||||
| 2014-07-06 | Fixes #14053: Don't show radio/checkbox in justified button groups | Mark Otto | 1 | -5/+10 | |
| 2014-05-12 | Merge pull request #13369 from armikbd/bootstrap-itsme | Mark Otto | 1 | -0/+4 | |
| Dropdown menu in justified button-group | |||||
| 2014-05-10 | Squashed commit of the following: | Daniel | 1 | -1/+1 | |
| commit 81324491f4913d6797c3c9e4df83a1aefd7d9116 Author: Daniel <[email protected]> Date: Sat May 10 17:37:29 2014 +0100 use opacity mixin commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44 Author: Daniel Husar <[email protected]> Date: Fri May 9 13:47:35 2014 +0100 Update button-groups.less | |||||
| 2014-04-17 | Dropdown menu in justified button-group | Iqbal Kabir | 1 | -0/+4 | |
| It seems that dropdown-menu in justified button-group appears at the far left of the group. Check the problem in [Bootstrap site](http://getbootstrap.com/components/#btn-groups-justified). | |||||
| 2014-03-10 | Use `outline: 0` consistently | Zlatan Vasović | 1 | -1/+1 | |
| 2014-03-06 | Comment for #12794 | Mark Otto | 1 | -1/+9 | |
| 2014-02-19 | Fix UAs required message position on grouped radio buttons | Demian Ferreiro | 1 | -1/+3 | |
| Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place. | |||||
| 2014-02-06 | use Less' extend feature in btn-group-lg etc. | Chris Rebert | 1 | -3/+3 | |
| 2013-12-15 | Merge pull request #11494 from blowsie/patch-2 | Mark Otto | 1 | -2/+2 | |
| Fixed single dropdown-toggle in btn-group-veritcal not being rounded | |||||
| 2013-12-14 | Fixes #10921: Add support for input groups within button toolbars | Mark Otto | 1 | -7/+6 | |
| * Floats any `.input-group` within a toolbar * Simplifies the CSS to remove sibling selectors and instead use a negative amrgin on the parent with only `margin-left` See it in action: http://jsbin.com/aGEcUqAT/1/. | |||||
| 2013-12-08 | Switch to `&:extend(.clearfix all)` for clearfix mixin | Mark Otto | 1 | -2/+2 | |
| Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho) | |||||
| 2013-11-30 | Merge branch 'master' into pr/11536 | Mark Otto | 1 | -32/+2 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-11-29 | Merge branch 'pr/11493' | Mark Otto | 1 | -1/+2 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-11-28 | removed all caret border color settings. | Tobias Lindig | 1 | -31/+0 | |
| 2013-11-19 | add support for button dropdowns in justified button groups | aentan | 1 | -1/+5 | |
| 2013-11-15 | Fixed single btn in btn-group-veritcal not being rounded | Sam Blowes | 1 | -2/+2 | |
| 2013-11-15 | Fixed button group button not being 100% width | Sam Blowes | 1 | -1/+2 | |
| Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG | |||||
| 2013-10-27 | Ditch amp | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-20 | fixes #11126: remove box-shadow from open dropdown toggle with .btn-link | Mark Otto | 1 | -0/+5 | |
| 2013-08-18 | rm redundant ampersands from button-groups LESS | Chris Rebert | 1 | -5/+5 | |
| 2013-08-18 | combine and simplify caret border widths | Mark Otto | 1 | -3/+2 | |
| 2013-08-18 | fixed caret | liuyl | 1 | -1/+3 | |
| 2013-08-15 | fixes #9596: proper dropup caret colors | Mark Otto | 1 | -8/+10 | |
| 2013-08-14 | fixes #9406: proper border for justified btn-groups inside tables | Luca Wehrstedt | 1 | -0/+1 | |
| 2013-08-13 | enable button groups in vertical button groups | Mark Otto | 1 | -13/+20 | |
| 2013-08-13 | derp | Mark Otto | 1 | -8/+35 | |
| 2013-08-12 | fix negative indenting in button group for nested button groups | Mark Otto | 1 | -1/+4 | |
| 2013-08-12 | drop the class on the button group toggles CSS (alt fix to #9297) | Mark Otto | 1 | -2/+2 | |
| 2013-08-12 | Newfangled input and button group sizing (fixes #9295) | Mark Otto | 1 | -0/+8 | |
| Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling. | |||||
| 2013-08-05 | fixes #8647: remove focus outline on :focus of buttons in button groups | Mark Otto | 1 | -0/+4 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 1 | -2/+2 | |
| saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less | |||||
| 2013-08-05 | More button updates | Mark Otto | 1 | -4/+25 | |
| - Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups | |||||
| 2013-08-04 | fixes #8805: ensure .active buttons in button groups behave like :active buttons | Mark Otto | 1 | -1/+2 | |
| 2013-08-05 | btngroups | liuyl | 1 | -2/+2 | |
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -3/+3 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-01 | add table-layout | liuyl | 1 | -0/+1 | |
| 2013-07-29 | add focus to button group active button behavior | Mark Otto | 1 | -0/+1 | |
| 2013-07-28 | move things around | syed | 1 | -2/+2 | |
| Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html | |||||
| 2013-07-21 | refactor button-groups.less | liuyl | 1 | -5/+6 | |
| 2013-07-18 | get button js working with actual form elements p cooll | fat | 1 | -2/+2 | |
| 2013-07-07 | more nesting in button-groups.less | Chris Rebert | 1 | -11/+15 | |
| 2013-06-28 | Nuke hella things | Mark Otto | 1 | -4/+0 | |
| * Any mentions of .btn-mini * Old docs page that somehow found it's way back | |||||
| 2013-05-13 | Fix caret position | Robert Burns | 1 | -1/+0 | |
| 2013-05-09 | Update button groups to use not selector and remove redundant CSS. | Blake Embrey | 1 | -38/+28 | |
| 2013-05-07 | Require .btn-default for regular buttons | Mark Otto | 1 | -2/+2 | |
| * Instead of , use for standard, gray button * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes * Updates docs to reflect the change * Reorganize buttons CSS | |||||
| 2013-05-03 | Fixes #7511: add support for nested button groups so you can use dropdowns ↵ | Mark Otto | 1 | -0/+15 | |
| in your button groups | |||||
| 2013-03-30 | fuck everything about .clear_float() -- restore .clearfix() as mixin | Mark Otto | 1 | -1/+1 | |
