Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)Author
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR
Otherwise the comments are actually output to the CSS.
2018-08-19Restore non-system fonts for nowMark Otto
2018-04-09update css with latest stylelintMark Otto
2017-11-27remove csscomb, it's duplicating work from stylelintMark Otto
2017-11-26move from csslint to stylelintMark Otto
2017-07-04bump versionMark Otto
2017-07-03remove abbr border-bottom styling. fixes #16574.Mark Otto
2017-07-03add .row-no-gutters classMark Otto
fixes #15180, fixes #19107, fixes #9102, fixes #7368
2017-07-03system fontsMark Otto
2016-07-25Update remaining version numbers in source filesChris Rebert
Refs a90341ced2160c2a519a723100e9383a180501d9 Errata for #20357 [ci skip]
2016-07-25Merge pull request #20356 from twbs/revert-18700Chris Rebert
Revert #18700 but discourage using <a>s for disabled pagination items
2016-07-25Revert "Add pointer-events:none to disabled pager/pagination"Chris Rebert
This reverts commit a217db1923a552b53c7a0c005e69c598fbd1a98a. This reverts PR #18700 See the discussion in the comments on that commit. [skip sauce]
2016-07-22Update iOS temporal input types support comment (#20343)Chris Rebert
* <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. Lauke
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Fixes #19933 Closes #19935 [skip sauce]
2016-06-24Port #20165 to v3Chris Rebert
[skip sauce]
2016-06-02Fix typo in panels.less comment: Collapsable → Collapsible (#20017)Sébastien Santoro
[ci skip]
2016-01-18variables.less: Fix typo in comment for @caret-width-baseChris Rebert
Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip]
2016-01-01Update copyright years to 2016Chris Rebert
[ci skip]
2015-12-27Add pointer-events:none to disabled pager/paginationPatrick H. Lauke
In line with usage of `pointer-events:none` for disabled buttons
2015-12-01button-groups.less: Grammar OCD commentChris Rebert
[ci skip]
2015-11-30Clarifying the commentHenry Wong
Made comment more clear.
2015-11-26Remove whitespacesGeremia Taglialatela
2015-11-24bump versionMark Otto
2015-11-15Ensure proper z-indexing in input-groupsMark Otto
2015-11-15Fix IE9 clickthru of carousel controlsMark Otto
2015-11-14[v3] Use border-radius mixin in button-groups.lessvsn4ik
2015-11-13Follow up to #16975Mark Otto
2015-11-13Merge pull request #16975 from kkirsche/patch-3Mark Otto
Use @carousel-control-font-size for in min-width sm
2015-11-12Update verb tenses to proper tense for feature deprecationsKevin Kirsche
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
2015-11-09Merge pull request #16684 from kkirsche/patch-2Mark Otto
Fix border-radius not being set on 2 corners of vertical btn group
2015-10-10Add missing space in .backface-visibility definition; fixes #17873Chris Rebert
[ci skip]
2015-08-12Use @carousel-control-font-size for in min-width smKevin Kirsche
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-05Merge pull request #16785 from studyjan/debug_containerMark Otto
Round paddings of .container & .container-fluid to match .row's margins
2015-08-05fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵Mark Otto
avoid collapsing when only a dismiss button is available and no .modal-title
2015-08-05Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtonsMark Otto
Show active buttons when form disabled
2015-08-05Merge pull request #16780 from rlindner81/fix/16779Mark Otto
Fixes #16779: Add padding to jumbotron with outer container
2015-08-05fixes #16824: Correct the match on .control-label sizing for input group sizesMark Otto
2015-07-11Show active buttons when form disabledEdwin Lin
2015-07-08Debug .container and .container-fluidJan Vonka
2015-07-07fixes https://github.com/twbs/bootstrap/issues/16779Richard Lindner
2015-06-27Fix show "2b" text instead of proper glyphicondeniss-muhla
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 Kirsche
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-19Follow up to #16529 (remove select caret in IE10+)Mark Otto
- 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-19Merge pull request #16529 from WonSong/masterMark Otto
Removes border around <select> caret in IE10+
2015-06-19Merge pull request #16563 from dbkaplun/dl-horizontal-breakpointMark Otto
Adds @dl-horizontal-breakpoint
2015-06-19Merge pull request #16492 from supergibbs/input-group-addon-border-radiusMark Otto
Fixed .input-group-addon border-radius
2015-06-16Fix hover border covering active in paginationKevin Kirsche
Fix #16646
2015-06-16bump versionMark Otto
2015-06-10Fix asymmetry between dropup and dropdown carets.Simon Pai
2015-06-02Merge pull request #16567 from justincron/masterChris Rebert
Fixed typo in hide-text.less [skip sauce] [skip validator]