| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-08-02 | Update _mixins.scss | Juan J. Jimenez-Anca | 1 | -0/+1 | |
| 2016-08-02 | Update _visibility.scss | Juan J. Jimenez-Anca | 1 | -1/+1 | |
| 2016-07-30 | Remove unused $size parameter | Allan Chau | 1 | -1/+1 | |
| 2016-07-27 | Merge pull request #20130 from jeradrutnam/context-bg-fix | Mark Otto | 1 | -4/+2 | |
| Contextual background-inverse text color fix | |||||
| 2016-07-27 | Merge pull request #20387 from twbs/v4-input-group-vars | Mark Otto | 1 | -3/+3 | |
| Update variable usage for input group addon | |||||
| 2016-07-27 | Fixes #20291: Update variable usage for input group addon | Mark Otto | 1 | -3/+3 | |
| Instead of the regular border-radius var, use the input ones to match sizing with their associated controls. | |||||
| 2016-07-27 | Merge pull request #20333 from any-hn/v4-progress-bar-border-radius | Mark Otto | 1 | -10/+10 | |
| Progress bar:fix use variable progress-border-radius instead of border-radius | |||||
| 2016-07-27 | bump versions | Mark Otto | 1 | -1/+1 | |
| 2016-07-26 | Enable flexbox grid CSS on our docs page | Mark Otto | 1 | -42/+2 | |
| - Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features) | |||||
| 2016-07-26 | Update navbar-toggleable-* styles to incorporate changes from #20083 | Mark Otto | 1 | -22/+48 | |
| 2016-07-25 | restore the .col-{bp} class for flexbox auto layout | Mark Otto | 1 | -0/+13 | |
| 2016-07-25 | Simplify system font stack to remove Linux fonts as they're too varied for ↵ | Mark Otto | 1 | -1/+1 | |
| our purposes | |||||
| 2016-07-24 | Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky ↵ | Mark Otto | 1 | -0/+3 | |
| animation on close | |||||
| 2016-07-23 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 10 | -30/+62 | |
| 2016-07-23 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-07-23 | Follow-up to #19099 for grid fixes | Mark Otto | 2 | -13/+32 | |
| - Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports | |||||
| 2016-07-20 | change navbar-toggler to use SVG background image | Patrick H. Lauke | 1 | -1/+7 | |
| 2016-07-20 | Progress bar:fix border-radius to use variable progress-border-radius ↵ | An Yang | 1 | -10/+10 | |
| instead of border-radius | |||||
| 2016-07-11 | Remove forced default focus outline (#20275) | Chris Rebert | 1 | -3/+3 | |
| As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Ports #19935 to v4 Refs #19933 [skip sauce] | |||||
| 2016-07-07 | Update SCSS-Lint to v0.49.0 (#20250) | Geremia Taglialatela | 1 | -1/+1 | |
| SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b | |||||
| 2016-07-04 | Add flex-wrap and overflow-wrap properties to the list of property order in ↵ | morishitter | 1 | -0/+2 | |
| .scss-lint.yml | |||||
| 2016-06-20 | Replace grunt-postcss with postcss-cli (#20140) | Chris Rebert | 1 | -9/+10 | |
| Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface. | |||||
| 2016-06-19 | Add comparability guard to _assert-ascending(); fixes #20123 (#20142) | Chris Rebert | 1 | -1/+5 | |
| [skip sauce] [skip validator] | |||||
| 2016-06-16 | Contextual background-inverse text color fix | Jerad Rutnam | 1 | -4/+2 | |
| 2016-06-09 | Re-use 'between' mixin for 'only' mixin | heath3 | 1 | -11/+9 | |
| Keeps the code DRY in the same way 'between' uses 'up' and 'down'. | |||||
| 2016-05-28 | Update _flex.scss | Catalin Zalog | 1 | -0/+1 | |
| 2016-05-20 | Add "The Bootstrap Authors" to copyright notices (#19936) | Chris Rebert | 1 | -0/+1 | |
| ❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors | |||||
| 2016-05-17 | Update _spacing.scss | Catalin Zalog | 1 | -1/+2 | |
| 2016-05-16 | Update _custom-forms.scss | Catalin Zalog | 1 | -0/+1 | |
| 2016-05-15 | Restore .navbar-text and add some basic examples to the docs /cc #18049 | Mark Otto | 1 | -0/+11 | |
| 2016-05-14 | follow up to c6c0522598037fcdeb04dfa376910a7cb5fa0fa8: define those new vars | Mark Otto | 1 | -0/+2 | |
| 2016-05-13 | more navbar variables | Mark Otto | 2 | -3/+6 | |
| 2016-05-12 | correction, -toggler-* | Mark Otto | 2 | -4/+4 | |
| 2016-05-12 | new var for -toggle-border-radius | Mark Otto | 2 | -1/+2 | |
| 2016-05-12 | add new variable for -toggle-font-size | Mark Otto | 2 | -1/+3 | |
| 2016-05-12 | Merge pull request #19889 from twbs/v4-popovers | Mark Otto | 2 | -1/+6 | |
| v4: Couple popover fixes | |||||
| 2016-05-12 | Alternate fix to #18865: Change the .navbar-toggler color for light/dark ↵ | Mark Otto | 1 | -2/+4 | |
| navbars as we do with the .navbar-brand | |||||
| 2016-05-12 | Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusable | Mark Otto | 1 | -2/+3 | |
| Make named anchor/placeholder link style reset more specific | |||||
| 2016-05-12 | Restore hiding of the .popover-title with :empty | Mark Otto | 1 | -0/+4 | |
| 2016-05-12 | Alternate fix to #19006: Add a single variable for controlling that inner ↵ | Mark Otto | 2 | -1/+2 | |
| 1px padding on .popover | |||||
| 2016-05-11 | Fixes #19563: Add variable for setting background-color on .bg-inverse | Mark Otto | 2 | -4/+2 | |
| 2016-05-11 | Fixes #17911: Explicitly remove margin-bottom from cards in .card-deck | Mark Otto | 1 | -1/+10 | |
| Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks. | |||||
| 2016-05-11 | fixes #19650: improve non-flexbox card deck behavior so columns are always ↵ | Mark Otto | 1 | -1/+1 | |
| the same width | |||||
| 2016-05-11 | Fixes #19840: Invert the .card-subtitle color as well for .card-inverse | Mark Otto | 1 | -0/+1 | |
| 2016-05-11 | Update card variants | Mark Otto | 1 | -2/+7 | |
| - Remove background-color from header and footer in inverse cards (fixes #19841) - Update border override for header and footer in cards; only need to declare a new color - Update the selector for targetting blockquote footers in cards | |||||
| 2016-05-11 | Update card header and footer | Mark Otto | 1 | -10/+2 | |
| - Remove the box-shadow and switch back to border to match .card basics - Update the header nav margin override--since we restored the border, we need that default negative margin at the bottom | |||||
| 2016-05-11 | Overhaul tables docs and use rgba() colors for inverse tables | Mark Otto | 2 | -23/+29 | |
| - Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles | |||||
| 2016-05-11 | linting order | Mark Otto | 1 | -3/+3 | |
| 2016-05-11 | rest in peace _functions.scss | Mark Otto | 2 | -18/+0 | |
| 2016-05-11 | Unfuck those split button dropdowns | Mark Otto | 2 | -18/+15 | |
| - Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button | |||||
