aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25Update remaining version numbers in source filesChris Rebert2-2/+2
Refs a90341ced2160c2a519a723100e9383a180501d9 Errata for #20357 [ci skip]
2016-07-25Merge pull request #20356 from twbs/revert-18700Chris Rebert2-2/+0
Revert #18700 but discourage using <a>s for disabled pagination items
2016-07-25Revert "Add pointer-events:none to disabled pager/pagination"Chris Rebert2-2/+0
This reverts commit a217db1923a552b53c7a0c005e69c598fbd1a98a. This reverts PR #18700 See the discussion in the comments on that commit. [skip sauce]
2016-07-21Update iOS temporal input types support comment (#20343)Chris Rebert1-1/+1
* <input type="datetime"> no longer exists, per https://github.com/whatwg/html/issues/336 * iOS 9.3.2 still doesn't support <input type="week"> [skip sauce] [skip validator]
2016-07-09Remove forced default focus outlinePatrick H. Lauke1-3/+3
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Fixes #19933 Closes #19935 [skip sauce]
2016-06-23Port #20165 to v3Chris Rebert1-1/+1
[skip sauce]
2016-06-01Fix typo in panels.less comment: Collapsable → Collapsible (#20017)Sébastien Santoro1-1/+1
[ci skip]
2016-01-17variables.less: Fix typo in comment for @caret-width-baseChris Rebert1-1/+1
Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip]
2016-01-01Update copyright years to 2016Chris Rebert2-2/+2
[ci skip]
2015-12-27Add pointer-events:none to disabled pager/paginationPatrick H. Lauke2-0/+2
In line with usage of `pointer-events:none` for disabled buttons
2015-12-01button-groups.less: Grammar OCD commentChris Rebert1-1/+1
[ci skip]
2015-11-29Clarifying the commentHenry Wong1-1/+1
Made comment more clear.
2015-11-26Remove whitespacesGeremia Taglialatela1-1/+1
2015-11-24bump versionMark Otto2-2/+2
2015-11-14Ensure proper z-indexing in input-groupsMark Otto1-0/+4
2015-11-14Fix IE9 clickthru of carousel controlsMark Otto1-0/+1
2015-11-14[v3] Use border-radius mixin in button-groups.lessvsn4ik1-4/+2
2015-11-12Follow up to #16975Mark Otto1-3/+3
2015-11-12Merge pull request #16975 from kkirsche/patch-3Mark Otto1-3/+3
Use @carousel-control-font-size for in min-width sm
2015-11-11Update verb tenses to proper tense for feature deprecationsKevin Kirsche2-2/+2
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
2015-11-08Merge pull request #16684 from kkirsche/patch-2Mark Otto1-0/+2
Fix border-radius not being set on 2 corners of vertical btn group
2015-10-10Add missing space in .backface-visibility definition; fixes #17873Chris Rebert1-1/+1
[ci skip]
2015-08-12Use @carousel-control-font-size for in min-width smKevin Kirsche1-3/+3
Fix #16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less
2015-08-04Merge pull request #16785 from studyjan/debug_containerMark Otto1-2/+2
Round paddings of .container & .container-fluid to match .row's margins
2015-08-04fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵Mark Otto1-1/+1
avoid collapsing when only a dismiss button is available and no .modal-title
2015-08-04Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtonsMark Otto1-4/+1
Show active buttons when form disabled
2015-08-04Merge pull request #16780 from rlindner81/fix/16779Mark Otto1-0/+2
Fixes #16779: Add padding to jumbotron with outer container
2015-08-04fixes #16824: Correct the match on .control-label sizing for input group sizesMark Otto1-1/+1
2015-07-10Show active buttons when form disabledEdwin Lin1-4/+1
2015-07-08Debug .container and .container-fluidJan Vonka1-2/+2
2015-07-07fixes https://github.com/twbs/bootstrap/issues/16779Richard Lindner1-0/+2
2015-06-27Fix show "2b" text instead of proper glyphicondeniss-muhla1-2/+2
I'm using babel and webpack with less-loader to bundle all resources maybe this will cause this issue.
2015-06-22Fix border-radius not being set on left of vertical btn groupKevin Kirsche1-0/+2
While this is correct that it was not being set, I did not notice any visible difference in Chrome on OS X when it is not set. Fixes #16683
2015-06-18Follow up to #16529 (remove select caret in IE10+)Mark Otto1-4/+2
- Update comment as recommended by @cvrebert - Use `transparent` for `background-color` so we don't need to override that value again in the disabled state. - Remove disabled changes. /cc @wonsong
2015-06-18Merge pull request #16529 from WonSong/masterMark Otto1-2/+10
Removes border around <select> caret in IE10+
2015-06-18Merge pull request #16563 from dbkaplun/dl-horizontal-breakpointMark Otto2-1/+3
Adds @dl-horizontal-breakpoint
2015-06-18Merge pull request #16492 from supergibbs/input-group-addon-border-radiusMark Otto1-3/+3
Fixed .input-group-addon border-radius
2015-06-16Fix hover border covering active in paginationKevin Kirsche1-2/+2
Fix #16646
2015-06-16bump versionMark Otto2-2/+2
2015-06-10Fix asymmetry between dropup and dropdown carets.Simon Pai1-1/+2
2015-06-01Merge pull request #16567 from justincron/masterChris Rebert1-1/+1
Fixed typo in hide-text.less [skip sauce] [skip validator]
2015-06-01Fixed typoJustin Cron1-1/+1
2015-05-30Adds @dl-horizontal-breakpointDan Kaplun2-1/+3
2015-05-24Removes border around select caret in IEWon Song1-2/+10
2015-05-16Remove grunt-banner completely.XhmikosR1-0/+5
Add a license header in theme instead.
2015-05-15Changed .input-group-addon to use @input-border-radius (along with sm/lgSupergibbs1-3/+3
variations)
2015-05-14[Close #16482] Add border-radius to theme's navbar-inverseKevin Kirsche1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-05-14Merge pull request #16472 from twbs/fixes_16346Mark Otto1-1/+5
Tweak temporal inputs
2015-05-14Redo jumbotron paddingMark Otto1-2/+4
- In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).
2015-05-14add comment, remove week typeMark Otto1-1/+2