aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23Fixes #21094: Move text-decoration override from the default link state to ↵Mark Otto1-1/+1
the hover/focus state so it can override the global styles properly
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto1-12/+44
Feature/omit xs from grid
2016-11-13Change .tag print styles to .badge.Bardi Harborow1-1/+1
2016-11-10renamed modal-title-padding to modal-header-paddingElliot Evans2-2/+2
2016-11-06Scope ::first-letter selector for print stylesPatrick H. Lauke1-1/+4
`*::first-letter` causes problems in IE11 - only prints first page of a multi-page document
2016-11-04Update grid mixins to omit lowest breakpointEric Nolte1-12/+44
The new breakpiont-limited class pattern is to omit the breakpoint size when using the lowest size eg. col-xs-12 to col-12. This commit implements this pattern to the grid system.
2016-10-31Responsive display utilities (#20934)Mark Otto3-16/+42
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-31Make spacer utils responsive (#20926)Mark Otto2-21/+54
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
2016-10-31Use variable names for form focus borders (#21050)Alberto Roura1-2/+2
2016-10-30Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-1/+4
2016-10-30trailing whitespaceMark Otto1-1/+1
2016-10-30Fix input group sizing in FirefoxCatalin Zalog1-1/+4
Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv
2016-10-30Merge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap ↵Mark Otto1-1/+13
into rosskevin-v4-flex-list-group
2016-10-30Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵Mark Otto4-10/+18
HMUDesign-v4-dev
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1
2016-10-30Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered ↵Valentine Abanosimov1-0/+8
link color
2016-10-28include .col-form-label in the form validation field mixinMark Otto1-0/+1
2016-10-27Merge branch 'issue19217' of https://github.com/alberto/bootstrap into ↵Mark Otto1-6/+16
alberto-issue19217
2016-10-27Merge pull request #19915 from zalog/patch-9Mark Otto1-0/+1
Zero out the default margin-bottom on label.custom-file
2016-10-27Merge pull request #20101 from heath3/patch-1Mark Otto1-11/+9
Re-use 'between' mixin for 'only' mixin
2016-10-27follow up to #20441: move file to correct placeMark Otto1-0/+5
2016-10-27Merge pull request #20225 from morishitter/v4-devMark Otto1-0/+2
Add some properties to the list of property order in .scss-lint.yml
2016-10-27Merge pull request #20441 from cortopy/visibility-mixinMark Otto2-1/+2
Visibility mixin
2016-10-27Merge pull request #18851 from ju1ius/patch-1Mark Otto1-3/+9
Don't clearfix if flexbox is enabled. Fixes #18849
2016-10-27switch to rgba for list-group border colorMark Otto1-1/+1
matches the card border-color, fixes #20129
2016-10-27Merge pull request #21032 from twbs/flexbox-input-groupMark Otto1-1/+14
Proper input group sizing and alignment in flexbox mode
2016-10-27Merge pull request #21033 from twbs/label-less-custom-controlsMark Otto1-0/+1
Add a min-height: 1.5rem; to custom controls
2016-10-27Merge pull request #21034 from twbs/better-custom-control-alignmentMark Otto1-1/+1
Calculcate the top offset for custom control indicators
2016-10-27Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-5/+5
2016-10-27Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into ↵Mark Otto2-0/+2
tomhorvat-patch-1
2016-10-27Merge pull request #20734 from beausmith/button-outline-variantMark Otto1-5/+5
Remove hard-coded value in button-outline-variant
2016-10-27Calculcate the top offset for custom control indicatorsMark Otto1-1/+1
Fixes #21023. Uses some math functions to determine what the offset should be. This is helpful for those who customize the size of their indicators and still want them vertically centered.
2016-10-27Add a min-height: 1.5rem; to custom controlsMark Otto1-0/+1
Fixes #20730. This change computes the minimum needed height of what a single line of text would be for the custom checkboxes/radios. This is required because our custom control indicators are positioned absolutely, meaning they cannot be clearfixed or anything like that. Using a computed value means it should scale nicely in case of customization
2016-10-27property orderMark Otto1-1/+1
2016-10-27Ensure proper sizing of and alignment of content within input group addons ↵Mark Otto1-1/+14
and buttons Fixes #20927.
2016-10-27Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into ↵Mark Otto1-0/+4
alanmoo-auto-flex-col
2016-10-27Change variable for modal backdrop zindex, rearrange to be ordered from ↵Mark Otto2-4/+4
lowest to highest
2016-10-26Merge pull request #20938 from JPeer264/feature/sass-docMark Otto1-45/+71
Docs: Sass Variables Table of Contents
2016-10-26Merge pull request #21019 from Starsam80/fix-collapseMark Otto2-6/+6
Rename .in to .active to fix collapse
2016-10-26Rename .tag to .badge to avoid conflicting with WordPressMark Otto5-43/+43
2016-10-26Rename .in to .active to fix collapseStarsam802-6/+6
2016-10-25Merge pull request #20982 from Johann-S/fix19344Mark Otto2-2/+2
Fix #19344 - Use a single class name for opened/expanded/shown state of widgets
2016-10-25Merge pull request #20951 from sbaechler/font-weightsMark Otto8-14/+17
Use a variable for the default font weights. Fixes #20741
2016-10-25Merge pull request #20903 from Starsam80/fix-20395Mark Otto1-0/+12
Remove borders on the top and/or bottom when .list-group-flush is the first and/or last child
2016-10-25Body font weight variabletomhorvat2-0/+3
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S2-2/+2
2016-10-25Merge pull request #20962 from patrickhlauke/v4-fix-unescaped-hash-data-urlsPatrick H. Lauke1-9/+25
Fix unescaped `#` in SVG data URLs
2016-10-24Merge pull request #20973 from pixelbandito/container-gutter-breakpointsMark Otto1-3/+9
Container padding uses per-breakpoint gutter sizes, fixes #19304.
2016-10-24Merge pull request #20957 from kukac7/patch-1Mark Otto1-2/+0
duplicate navbar-toggler-padding variables