| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-08 | Switch to inline comments for stylelint inline directives. | XhmikosR | 1 | -1/+1 | |
| Otherwise the comments are actually output to the CSS. | |||||
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -4/+6 | |
| 2015-04-26 | Add @btn-border-radius variables (#16271) | Martin Bean | 1 | -4/+4 | |
| 2015-03-17 | Only disable pointer-events on disabled <a> btns; fixes #16088 | Chris Rebert | 1 | -1/+7 | |
| <a> doesn't support the `[disabled]` attribute, so `a.btn.disabled` simulates it using `pointer-events: none`. However, this is unnecessary for <button>s and <input>s, and also prevents their `[disabled]` cursor from displaying. [skip sauce] [skip validator] | |||||
| 2015-01-14 | Use @link-hover-decoration for .btn-link too; fixes #15565 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2014-10-27 | swap cursor not-allow for default, and use a variable for all disabled elements | Mark Otto | 1 | -1/+1 | |
| 2014-08-04 | fixes #14310: reset .active as well for button links | Mark Otto | 1 | -0/+1 | |
| 2014-07-07 | Follow up to #13907: Add .focus styles for buttons | Mark Otto | 1 | -2/+4 | |
| 2014-07-06 | Merge pull request #14029 from BBosman/touch-action | Mark Otto | 1 | -0/+1 | |
| Add touch-action: manipulate to .btn | |||||
| 2014-07-03 | Remove superfluous cursor:pointer | Bas Bosman | 1 | -1/+0 | |
| 2014-07-03 | Add touch-action: manipulate to buttons | Bas Bosman | 1 | -0/+1 | |
| 2014-06-23 | Fixes #13903: Restore side padding on .btn-block | Mark Otto | 1 | -2/+0 | |
| 2014-02-08 | brace position | Mark Otto | 1 | -2/+1 | |
| 2014-01-12 | fix #12154 | Chris Rebert | 1 | -2/+7 | |
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -4/+4 | |
| This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger | |||||
| 2013-12-18 | buttons should be more mixin friendly | Mark Otto | 1 | -22/+22 | |
| 2013-12-18 | Revert commits | Julian Thilo | 1 | -22/+22 | |
| Bootstrap is being relicensed from Apache 2.0 to MIT so that more of our community can use the free and open source software we lovely create together. As commits are copyright their original authors, the commits of any individual not agreeing to relicense their contributions are being removed to be later rewritten by the @twbs/team. This undoes the changes introduced by the following commits: https://github.com/twbs/bootstrap/commit/7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 , https://github.com/twbs/bootstrap/commit/7376eef378fe7d5e69b8b8cce93c7c64b751d55a , https://github.com/twbs/bootstrap/commit/303ba1326bbe367598ab4cc063b4607507208e56 , https://github.com/twbs/bootstrap/commit/7d1c8c2a0ce16331583a965821690f7715e62908 , https://github.com/twbs/bootstrap/commit/11319f6da9f9a19ec40743cdfe868ac732698149 , https://github.com/twbs/bootstrap/commit/110fc8860117d8675345806219ba313b18086db2 , https://github.com/twbs/bootstrap/commit/ced08f69359f3a70771804a98fa3c499f388cc74 | |||||
| 2013-12-07 | Reorder button and table variants for consistent order | Mark Otto | 1 | -4/+4 | |
| 2013-12-04 | Merge pull request #11714 from ZDroid/redundant-comment | Mark Otto | 1 | -1/+0 | |
| Remove redundant, duplicate comment | |||||
| 2013-12-05 | Remove redundant, duplicate comment | Zlatan Vasović | 1 | -1/+0 | |
| 2013-12-03 | fix .btn-group-xs portion of #10979 | Chris Rebert | 1 | -3/+2 | |
| 2013-12-03 | Get rid of empty line before the last closing bracket | Lipis | 1 | -1/+0 | |
| 2013-10-03 | unify button sizing, use mixin ".button-size" also for the base sized button | Tobias Lindig | 1 | -4/+1 | |
| 2013-08-28 | fix #10252 by restricting Android Firefox reset to only .form-control & .btn | Chris Rebert | 1 | -0/+1 | |
| 2013-08-16 | xs button is xs-er (fixes #9695) | Mark Otto | 1 | -1/+1 | |
| 2013-08-15 | nuke bg image on active/open for buttons for when we add gradients | Mark Otto | 1 | -0/+1 | |
| 2013-08-14 | fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radios | Chris Rebert | 1 | -1/+1 | |
| 2013-08-12 | Merge pull request #9373 from ggam/button-sizes | Mark Otto | 1 | -8/+4 | |
| Added button-size mixin | |||||
| 2013-08-12 | Added button-size mixin | ggam | 1 | -8/+4 | |
| 2013-08-12 | Renamed btn-pseudo-states mixin to btn-variant for consistency | ggam | 1 | -6/+6 | |
| 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 | Fixes #8786 (part 2): new default button styles | Mark Otto | 1 | -1/+1 | |
| Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw | |||||
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -4/+4 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-03 | Change line-height value with variable for btn-large and btn-small | Elvis Ratzlaff | 1 | -2/+2 | |
| 2013-08-02 | fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-08-02 | Tighten up buttons and form controls | Mark Otto | 1 | -0/+1 | |
| * Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711) | |||||
| 2013-08-02 | Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵ | Jon Schlinkert | 1 | -6/+6 | |
| consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS. | |||||
| 2013-07-29 | Restore mini button (fixes #8644) | Mark Otto | 1 | -1/+5 | |
| 2013-07-29 | buttons | liuyl | 1 | -0/+1 | |
| 2013-07-28 | move things around | syed | 1 | -3/+3 | |
| Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html | |||||
| 2013-07-26 | fix background of btn-link | Yulong Liu | 1 | -1/+0 | |
| 2013-07-26 | remove background:none | Yulong Liu | 1 | -1/+0 | |
| 2013-07-20 | Move inline properties to variables.less | syed | 1 | -1/+1 | |
| moved buttons.less, carousel.less & close.less in this commit | |||||
| 2013-07-07 | more nesting in buttons.less | Chris Rebert | 1 | -22/+21 | |
| 2013-05-14 | Overhaul form control and button sizing, and some type styles | Mark Otto | 1 | -8/+4 | |
| * New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless | |||||
| 2013-05-07 | Require .btn-default for regular buttons | Mark Otto | 1 | -65/+54 | |
| * 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-04-21 | Fixes #7617: lowercase and dash gray color vars | Mark Otto | 1 | -1/+1 | |
| 2013-04-07 | rename btn bg variables so that they are consistent with the other variables | Tom Pietschker | 1 | -4/+4 | |
| 2013-03-31 | more consistent btn vars | Mark Otto | 1 | -6/+6 | |
| 2013-03-31 | @link-color-hover to @link-hover-color | Mark Otto | 1 | -1/+1 | |
