aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Drop the -font-size variable for the newer -size-sm oneMark Otto2-3/+1
Originally -font-size was added in v3 to set the font-size of the <small> element. Now that we have newer, global type variables, we can use those instead for these kind of things. Fixes #20859
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow1-1/+1
2016-10-03Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)Chris Rebert1-1/+3
See https://bugs.webkit.org/show_bug.cgi?id=158342 Fixes #17695
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow5-10/+10
2016-10-03Follow-up fix to #20821Patrick H. Lauke1-3/+3
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.
2016-10-03Merge pull request #20821 from patrickhlauke/v4-h5bp-printPatrick H. Lauke1-4/+10
Update print styles borrowed from h5bp
2016-10-02Fixes #20566 (#20768)Matt Viteri1-3/+12
2016-10-02Flexbox grid updates (#20829)Mark Otto1-2/+5
* Fixes #20775 without adding extra width and an important flag * Since we're now getting the extend, we don't need the extra position relative * rerrange * getting min-height from the extend already
2016-10-02update commentMark Otto1-2/+1
2016-10-02remove the margin there since it's in normalizeMark Otto1-2/+0
2016-10-02Merge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into ↵Mark Otto2-53/+54
bardiharborow-patch-1
2016-10-02Merge branch 'v4-dev' into v4-navbarsMark Otto7-32/+73
2016-10-02Merge branch 'customizable-grid-gutters-per-breakpoint' of ↵Mark Otto3-17/+41
https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
2016-10-02Only override input border-radius as part of .form-control to avoid bug with ↵Mark Otto2-3/+9
iOS Safari (alt fix for #20247) (#20695)
2016-10-02Fixes #20118: Add and use Sass variables to control the color of our ↵Mark Otto1-7/+15
embedded SVGs for custom form elements (#20700)
2016-10-02v4: Dropdown units (#20701)Mark Otto2-5/+6
* Fixes #19784: Move from pixels to rems, add a margin-bottom: 0; to keep things aligned * lintiong
2016-10-02Remove the margin-bottom from <label>s in .btn-groups (#20827)Mark Otto1-0/+1
- Fixes #20298 for vertical button group spacing - Fixes #20784 for horizontal (default) button group spacing - Alternate fix to #20823 which only applied a fix for vertical button groups
2016-10-02Fixes #20799: Apply same color change to disabled inline radios/checkboxes ↵Mark Otto1-0/+1
(#20826)
2016-10-02Update print styles borrowed from h5bpPatrick H. Lauke1-4/+10
most notable change: - fixes print/print preview crash in IE11 (caused by `*:first-line` selector)
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto5-17/+17
2016-09-23Upgrade to normalize.css v4.2.0 and fix Hound exclusion.Bardi Harborow2-53/+54
2016-09-16Remove hard-coded value in button-outline-variantBeau Smith1-5/+5
Fixes #20609 PR #20641, another solution to this issue, hard-codes use of $body-color, which may not be the desired color for the text when hovering.
2016-09-15Fixes #20543: Significantly darken the links in default navbarsMark Otto1-4/+4
2016-09-15Merge branch 'v4-dev' into v4-navbarsMark Otto22-112/+123
2016-09-15replace some profanities (#20715)VarelloThemes1-1/+1
2016-09-13Add breakpoint-specific gutters.Kovah3-17/+41
2016-09-11Have same margin for <hN> as a <div> on .card-headers (#19048)mkroeders1-0/+1
* Have same margin for <hN> as a <div> on .card-headers Related #18726 When you use a `<hN>` as `.card-header` there is `margin-bottom: .5rem` added. The changes set the margin-bottom to 0 * Removed space
2016-09-11added text-gray-dark class (#19847)Edd Yerburgh1-0/+4
2016-09-11Removing a redundant background-color declaration. (#20698)Chris Garcia1-1/+0
2016-09-11.form-control:focus customization (#20436)NicoLB2-5/+4
* Allow variables input-bg-focus and input-color-focus to be overridden. * More consistency and control to customize shadows on .form-control:focus
2016-09-11Swap for custom svg background that we can embed to set the color of the ↵Mark Otto2-7/+15
stroke via Sass variable
2016-09-11Merge branch 'v4-hamburger-fix2' of ↵Mark Otto1-1/+7
https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2
2016-09-08Add new border utilsMark Otto3-9/+31
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page
2016-09-08resolves #20266judetucker1-1/+1
2016-09-08Revamp background utilities and add new .text-white utilityMark Otto2-1/+4
- Rather than mix multiple properties in our color utilities, this splits all color and all background utils into separate classes. - Adds new .text-white class to help lighten text color for darker backgrounds
2016-09-08Rename margin and padding utilities from .{property}-{side} to ↵Mark Otto1-8/+8
.{property}{side} without the extra dash
2016-09-08v4: Custom checkbox and radio alignment (#20671)Mark Otto1-9/+4
* Allow text of custom form labels to wrap like the default ones * Switch from using after to force line breaks to float/clear combo in stacked custom forms
2016-09-08#14840 - Use color variables consistentlyKovah1-33/+33
Replaces some raw colors with the appropriate color variables Example: #eee will be replaced by $gray-lighter (#eceeef)
2016-09-07Follow up fix for #20667 (#20672)Mark Otto1-1/+1
Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name
2016-09-07v4: Card image fixes (#20667)Mark Otto2-2/+2
* Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images
2016-09-07Fix #20654 by reverting #20447 (#20665)Mark Otto1-0/+1
Cards must be inline-block in columns, otherwise they can get split across columns
2016-09-05versionsMark Otto1-1/+1
2016-09-05Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)Mark Otto1-8/+2
- Update docs examples to use newer .form-check suite of classes - Update form validation mixin to use newer classes as well
2016-09-04Disable important flag on Sass linter (#20627)Mark Otto6-9/+3
2016-09-04Fixes #20619: Add important to the hover/focus as well (#20626)Mark Otto1-1/+1
2016-09-04Make .card class inside .card-columns display: block too (#20447)Bass Jobsen1-1/+0
See: https://github.com/twbs/bootstrap/pull/18255#issuecomment-237034763
2016-09-04Remove unused $variables in grid mixins (#20597)Franco Moya2-3/+3
2016-09-04fixes #20485: use rem units in alert dismiss (#20625)Mark Otto2-4/+4
2016-08-19Fixes #20513: Remove all default margin on .media given it's utility purpose ↵Mark Otto1-8/+0
and our margin utils
2016-08-08fixes #20469 and #20473 without misuing dashMark Otto1-1/+1