| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-09-27 | Add quotes to mapping keys (#23701) | Martijn Cuppens | 1 | -30/+30 | |
| 2017-09-27 | Remove border-top if list-group follows card-header (#23022) | Benjamin Trenkle | 1 | -0/+6 | |
| 2017-09-26 | Add style for non-overlapping scrollbar in IE (#24081) | Prateek Goel | 1 | -0/+3 | |
| 2017-09-26 | Update comment for forms mixins (#24050) | Andrew Luca | 1 | -1/+1 | |
| Check `form-control-focus` mixin, variable name is `$input-focus-border-color` | |||||
| 2017-09-26 | Merge branch 'v4-dev' into btn-active | XhmikosR | 12 | -38/+48 | |
| 2017-09-26 | Fixes rounded corners on first and lat child on vertical btn group (#24119) | Andres Galante | 1 | -6/+6 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 3 | -4/+4 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 2017-09-26 | Improve theme-color-level() using abs() (#24074) | schwastek | 1 | -6/+2 | |
| `abs()` gets the absolute value of `$level`. That way, `if/else` statement can be completely eliminated. | |||||
| 2017-09-26 | Fix no rounded corners if there is only one card in a card-group (#24080) | SpicyDwarf | 1 | -1/+5 | |
| 2017-09-17 | Minor Sass cleanup and consistency changes. (#23959) | XhmikosR | 6 | -21/+27 | |
| 2017-09-13 | modified the yiq to to an actual function | gijsbotje | 3 | -7/+7 | |
| function only returns a value, not the attribute itself updated every use of the former mixin to use the new function | |||||
| 2017-09-12 | fixes #23926 responsive state on navbar | Andres Galante | 1 | -0/+4 | |
| 2017-09-12 | Fix navbar IE (#23652) | Martijn Cuppens | 1 | -1/+1 | |
| 2017-09-11 | changes active state color | Andres Galante | 1 | -4/+4 | |
| 2017-09-09 | adds missing important on utility classs | Andres Galante | 1 | -2/+2 | |
| 2017-09-06 | Removes background from form-control-plaintext | Andres Galante | 1 | -0/+1 | |
| 2017-09-04 | changes floats to flex on breadcrumbs (#23683) | Andres Galante | 1 | -3/+2 | |
| 2017-09-04 | Add correct button-variant mixin hover color (#23657) | Ben Hayward | 1 | -1/+1 | |
| 2017-08-22 | replaced basic line-heights variable with button's line-heights variable for ↵ | Svyatoslav Polishchuk | 1 | -2/+2 | |
| button size classes | |||||
| 2017-08-22 | Add pointer-events declarations | Patrick H. Lauke | 1 | -0/+4 | |
| make outer `.modal-dialog` pass through events for custom click handling, counteract it for the actual `.modal-content` | |||||
| 2017-08-22 | Add momentum scrolling on responsive tables for webkit touch devices | Patrick Yeo | 1 | -0/+1 | |
| 2017-08-22 | Generate series of `.table-responsive-*` classes to accomodate overflowing ↵ | Patrick Yeo | 1 | -12/+18 | |
| tables in a variety of screen sizes | |||||
| 2017-08-21 | `.thead-dark` and `.thead-light` border color should display the right ↵ | Patrick Yeo | 1 | -9/+13 | |
| border color | |||||
| 2017-08-21 | Rename `.table-inverse`, `.thead-inverse`, `.thead-default` to ↵ | Patrick Yeo | 1 | -4/+4 | |
| `.table-dark`, `.thead-dark`, `.thead-light` respectively | |||||
| 2017-08-21 | (#22414) Rename variables `$table-inverse-bg`, `$table-inverse-accent-bg`, ↵ | Patrick Yeo | 2 | -12/+12 | |
| `$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency | |||||
| 2017-08-21 | Exclude input type=range from touch-action:manipulation | Patrick H. Lauke | 1 | -1/+1 | |
| 2017-08-21 | Rename grayscale function to gray | Mark Otto | 1 | -1/+1 | |
| 2017-08-20 | remove commented out code, fixes #23530 | Mark Otto | 1 | -2/+0 | |
| 2017-08-20 | drop the now unused -color variable | Mark Otto | 1 | -1/+0 | |
| 2017-08-20 | Merge branch 'fix/badge-default-colors' of ↵ | Mark Otto | 1 | -1/+0 | |
| https://github.com/jonwolski/bootstrap into jonwolski-fix/badge-default-colors | |||||
| 2017-08-20 | Simplify selector and only override what we set | Mark Otto | 1 | -3/+2 | |
| 1. Instead of having two selectors, we use the `.list-group-item` class and have coverage for list items and anchors. 2. Rather than override all border values, we only override what we set with `border-top`. | |||||
| 2017-08-20 | added suggested fix for list-groups with a elements | gijsbotje | 1 | -1/+2 | |
| 2017-08-20 | fixes double border when .list-group.list-group-flush is preceded by ↵ | gijsbotje | 1 | -0/+4 | |
| .card-header | |||||
| 2017-08-20 | added @content directive to media-breakpoint-only mixin for min and max cases | Alex Chegodaev | 1 | -2/+6 | |
| 2017-08-20 | Drop the variables file table of contents and update the comment at the top | Mark Otto | 1 | -38/+0 | |
| I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity. | |||||
| 2017-08-20 | equalize height of the first card of the card-group | gijsbotje | 1 | -1/+1 | |
| 2017-08-20 | Restore grid offset classes | Mark Otto | 2 | -0/+13 | |
| Fixes #23360 by restoring just the offset class generation to our grid framework mixins. Also restores the `make-col-offset` mixin. Docs have been restored to illustrate this behavior and merged with the newer margin utilities examples. | |||||
| 2017-08-18 | Remove `color` property from `badge` class | Jon Wolski | 1 | -1/+0 | |
| I suggest removing `color: #FFF` from the `badge` class, because it is provided by the `badge-<modifier>` classes along with a background-color, whereas there is no corresponding background-color provided on the `badge` class itself. Background ---------- According to the documentation: > [badge] Requires one of the contextual, color modifier classes for `color` and > `background-color`. That is, color and background color should be provided by a modifier class, rather than the badge class itself. e.g. `<span class='badge badge-primary'>4</span>` In general, providing a `color` property without also providing a `background-color` should be avoided. [W3 QA tips] In this context, this is a problem only if someone creates a `badge` without providing a modifier. Such an omition may be difficult to trouble-shoot, because this will most likely yield white text on a white background. [W3 QA tips](https://www.w3.org/QA/Tips/color) | |||||
| 2017-08-14 | Fix .btn-outline-light hover color | Mark Otto | 1 | -1/+5 | |
| Uses some if/else action to ensure there's readable text on hover. Swapped out a hex value to a variable while I was in there. Fixes #23398, fixes #23351. | |||||
| 2017-08-14 | De-dupe width on .fluid-container (#23402) | Mark Otto | 1 | -1/+0 | |
| Fixes #23397 | |||||
| 2017-08-14 | Adds a default flag to paragraph-margin-bottom (#23420) | Andres Galante | 1 | -1/+1 | |
| 2017-08-14 | Remove remaining v4 alpha references (#23414) | Jacob Müller | 1 | -1/+1 | |
| * Remove remaining references to v4 Alpha This commit removes the remaining refrences to the v4 Alpha website and replaces them with the corresponding v4 Beta ones. **Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future? * Don't update the domain in the CNAME file | |||||
| 2017-08-14 | Removed comment (#23415) | Jurre | 1 | -3/+0 | |
| There is no _custom.scss file anymore. | |||||
| 2017-08-14 | changes 1px to border-width variable on cards | Andres Galante | 1 | -1/+1 | |
| 2017-08-14 | Add option to disable carets on dropdowns through `$enable-caret` | Patrick Yeo | 4 | -19/+39 | |
| 2017-08-13 | Move the gap between inline checkboxes to right (#22607) | Tomáš Kout | 1 | -4/+1 | |
| 2017-08-13 | Use empty Sass map and merge into it for easier customization of color maps ↵ | Mark Otto | 1 | -6/+9 | |
| (#23260) | |||||
| 2017-08-13 | Button code cleanup (#22951) | Mark Otto | 3 | -38/+36 | |
| * use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties | |||||
| 2017-08-13 | move max-width: 100% on .container to the root of the make-container mixin ↵ | Mark Otto | 1 | -1/+1 | |
| so it's not repeated at compilation (#22947) | |||||
| 2017-08-13 | Redo .card-deck and .card-group so they're always flex (#22860) | Mark Otto | 2 | -7/+23 | |
