aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-05-11Merge branch 'v4-dev' into v4-split-buttonsMark Otto34-969/+743
2016-05-11Merge pull request #19141 from twbs/v4-forms-cleanupMark Otto3-174/+94
v4: Forms cleanup
2016-05-10Bring back some 'help text' love for forms with .form-textMark Otto1-1/+6
- Includes new class - New docs to support it - Rearranged older docs
2016-05-10Make named anchor/placeholder link style reset more specificPatrick H. Lauke1-2/+3
This avoids applying the reset to named anchors/placeholder links (links without an `href`) that have explicitly been made keyboard-focusable (using `tabindex`). This is not fool-proof - it's not easy/straightforward to check for the actual `tabindex` value itself, to ensure it's positive, not will this apply if a link has been "blessed" with `tabindex` via JS. However, this should catch most common uses (and gives a reasonably valid way around the issue for developers who, for whatever reason, DO want to use links without `href` - as side effect, it forces best practice of at least ensuring these links can also be focused with the keyboard)
2016-05-09Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵Mark Otto1-0/+1
v4-forms-cleanup
2016-05-09Update checkboxes and radios docsMark Otto1-0/+1
- Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs
2016-05-09property orderMark Otto1-1/+1
2016-05-09Merge branch 'add-input-focus-variables' of ↵Mark Otto2-0/+4
https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables
2016-05-09Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixinMark Otto4-16/+13
Use @border-radius and add $nav-tabs-border-radius variable
2016-05-08update classes for inline form to new checkbox optionsMark Otto1-8/+5
2016-05-08Fixes #19771: Enable .form-control-sm/lg on select.form-controlMark Otto1-0/+12
2016-05-08lintingMark Otto1-1/+1
2016-05-08Redo checkboxes and radiosMark Otto2-51/+35
- Move disabled radio and checkbox styles to Reboot - Collapse .radio and .checkbox into single class, .form-check - Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline - Require classes for sub-elements in both new classes
2016-05-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto7-175/+194
2016-05-08Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-stylingMark Otto2-1/+9
Add disabled styling for .custom-select
2016-05-08remove unneeded, commented out border change for legends; it's handled in ↵Mark Otto1-1/+0
normalize
2016-05-08document table border collapse change, move from old normalize to our rebootMark Otto1-0/+2
2016-05-08move that change to rebootMark Otto2-1/+2
2016-05-08Fix overflow auto removal on pre elementsMark Otto1-0/+1
2016-05-08Fix up linter to ignore all other Normalize upstream shenanigansMark Otto1-0/+6
2016-05-08Merge branch 'patch-1' of https://github.com/marktopper/twitter-bootstrap ↵Mark Otto1-165/+164
into marktopper-patch-1
2016-05-08Merge pull request #19861 from twbs/card-bordersMark Otto1-2/+1
Jank card borders were too janky
2016-05-08Merge pull request #19252 from twbs/card-img-overlay-paddingMark Otto2-1/+3
Add $card-img-overlay-padding variable
2016-05-08Merge pull request #19236 from twbs/carousel-icon-widthMark Otto2-5/+7
Extract $carousel-icon-width variable
2016-05-08Jank card borders were too jankyMark Otto1-2/+1
- Drops the experiment I had going for `box-shadow`-powered borders - Reinstates regular `border` using existing variables Fixes #19097 and #19143. Nullifies #19828.
2016-04-27add $inverse-bg and $inverse-colorChristopher Baker2-4/+6
2016-04-27Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devChristopher Baker2-0/+20
2016-04-23nuke commented out cssMark Otto1-78/+0
2016-04-23Avoid hacking around the temporal input bug in iOSMark Otto2-32/+12
- Rather than use CSS hacks, let's avoid needing to hack anything - Creates a new Reboot entry to simply reset the appear of the temporal inputs, thereby avoiding the problem entirely - Less than ideal for conveying affordance on iOS, but given bugginess of the input itself, seems a decent tradeoff
2016-04-23Merge branch 'v4-dev' into v4-forms-cleanupMark Otto4-2/+22
2016-04-21Merge pull request #19714 from patrickhlauke/v4-ie-edge-select-normalisationPatrick H. Lauke2-0/+20
Suppress IE/Edge additional white/blue colors for focused <select>
2016-04-17remove references to -* outside _variables.scssChristopher Baker4-10/+15
2016-04-18remove unnecessary `/` in reference urlRplus1-1/+1
2016-04-17Merge pull request #19248 from twbs/navbar-divider-border-widthChris Rebert1-1/+1
.navbar-divider width: 1px=>$border-width
2016-04-14Add disabled styling for .custom-selectMatthew Rayfield2-1/+9
2016-04-12Suppress IE/Edge additional white/blue colors for focused <select>Patrick H. Lauke2-0/+20
2016-04-08Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵Mark Otto1-4/+4
.form-control-legend to .col-form-legend) to reiterate use for only grid layouts
2016-04-08fix up broke forms styles and docs example for the gridMark Otto1-1/+2
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto28-466/+282
2016-04-06Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343Teo Dell'Amico2-1/+15
Refs #19665 [skip sauce]
2016-04-06Fixes #19221: Add .w-100 as width: 100% utility classMark Otto1-0/+4
2016-04-06Update offset class name in comment in _grid-framework.scssLionel Erard1-1/+1
[skip sauce] [skip validator]
2016-04-03Use @border-radius and add $nav-tabs-border-radius variablevsn4ik4-16/+13
2016-03-31Fix comment styleMark Topper1-179/+179
Fix comment style to `//`, because other than the initial attribution comment, [we don't want any comments in the compiled CSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#comments).
2016-03-31RevertedMark Topper1-182/+183
Reverted to original content from https://raw.githubusercontent.com/necolas/normalize.css/d311749e127ea3ea13eb900ad953270d62734f4f/normalize.css
2016-03-30Append HoundCi fixesMark Topper1-7/+6
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850395 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850397 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850398 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850401 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850399 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850402 https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850403
2016-03-30Update to normalize.css v4.0.0Mark Topper1-165/+164
#19575
2016-03-11remove empty sass if directivesRakhat Jabagin1-6/+2
2016-03-05_reboot.scss: Capitalization & periods in commentChris Rebert1-4/+4
For consistency with the rest of the file [ci skip]
2016-03-05Neutralize link styles for placeholder links/named anchorsPatrick H. Lauke1-0/+19