aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR1-1/+1
Otherwise the comments are actually output to the CSS.
2017-11-25move from csslint to stylelintMark Otto1-4/+6
2015-04-26Add @btn-border-radius variables (#16271)Martin Bean1-4/+4
2015-03-17Only disable pointer-events on disabled <a> btns; fixes #16088Chris Rebert1-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-14Use @link-hover-decoration for .btn-link too; fixes #15565Chris Rebert1-1/+1
[skip sauce] [skip validator]
2014-10-27swap cursor not-allow for default, and use a variable for all disabled elementsMark Otto1-1/+1
2014-08-04fixes #14310: reset .active as well for button linksMark Otto1-0/+1
2014-07-07Follow up to #13907: Add .focus styles for buttonsMark Otto1-2/+4
2014-07-06Merge pull request #14029 from BBosman/touch-actionMark Otto1-0/+1
Add touch-action: manipulate to .btn
2014-07-03Remove superfluous cursor:pointerBas Bosman1-1/+0
2014-07-03Add touch-action: manipulate to buttonsBas Bosman1-0/+1
2014-06-23Fixes #13903: Restore side padding on .btn-blockMark Otto1-2/+0
2014-02-08brace positionMark Otto1-2/+1
2014-01-12fix #12154Chris Rebert1-2/+7
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-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-18buttons should be more mixin friendlyMark Otto1-22/+22
2013-12-18Revert commitsJulian Thilo1-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-07Reorder button and table variants for consistent orderMark Otto1-4/+4
2013-12-04Merge pull request #11714 from ZDroid/redundant-commentMark Otto1-1/+0
Remove redundant, duplicate comment
2013-12-05Remove redundant, duplicate commentZlatan Vasović1-1/+0
2013-12-03fix .btn-group-xs portion of #10979Chris Rebert1-3/+2
2013-12-03Get rid of empty line before the last closing bracketLipis1-1/+0
2013-10-03unify button sizing, use mixin ".button-size" also for the base sized buttonTobias Lindig1-4/+1
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert1-0/+1
2013-08-16xs button is xs-er (fixes #9695)Mark Otto1-1/+1
2013-08-15nuke bg image on active/open for buttons for when we add gradientsMark Otto1-0/+1
2013-08-14fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radiosChris Rebert1-1/+1
2013-08-12Merge pull request #9373 from ggam/button-sizesMark Otto1-8/+4
Added button-size mixin
2013-08-12Added button-size mixinggam1-8/+4
2013-08-12Renamed btn-pseudo-states mixin to btn-variant for consistencyggam1-6/+6
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-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-05Fixes #8786 (part 2): new default button stylesMark Otto1-1/+1
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
2013-08-03Greater standardization of sizing terminologyChris Rebert1-4/+4
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-03Change line-height value with variable for btn-large and btn-smallElvis Ratzlaff1-2/+2
2013-08-02fix typo in commentChris Rebert1-1/+1
2013-08-02Tighten up buttons and form controlsMark Otto1-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-02Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵Jon Schlinkert1-6/+6
consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS.
2013-07-29Restore mini button (fixes #8644)Mark Otto1-1/+5
2013-07-29buttonsliuyl1-0/+1
2013-07-28move things aroundsyed1-3/+3
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-26fix background of btn-linkYulong Liu1-1/+0
2013-07-26remove background:noneYulong Liu1-1/+0
2013-07-20Move inline properties to variables.lesssyed1-1/+1
moved buttons.less, carousel.less & close.less in this commit
2013-07-07more nesting in buttons.lessChris Rebert1-22/+21
2013-05-14Overhaul form control and button sizing, and some type stylesMark Otto1-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-07Require .btn-default for regular buttonsMark Otto1-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-21Fixes #7617: lowercase and dash gray color varsMark Otto1-1/+1
2013-04-07rename btn bg variables so that they are consistent with the other variablesTom Pietschker1-4/+4
2013-03-31more consistent btn varsMark Otto1-6/+6
2013-03-31@link-color-hover to @link-hover-colorMark Otto1-1/+1