| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-10-02 | Remove appearance from textarea (#29455) | Martijn Cuppens | 1 | -2/+0 | |
| 2019-10-02 | v5: .form-check layout changes (#29322) | Mark Otto | 2 | -2/+6 | |
| * Scope .form-check-input layout to the .form-check parent * Remove margin-bottom from list-group-items in case they are label elements * document .form-check in input groups and list groups, and cleanup the no-label examples in the main .form-check docs | |||||
| 2019-10-01 | Variable carousel indicator opacity (#29468) | astrahov | 2 | -2/+4 | |
| 2019-09-27 | Remove outline from select box in FF (#29445) | Paweł Kuna | 1 | -0/+6 | |
| * Remove outline from select box in FF * Use $form-select-color | |||||
| 2019-09-27 | Remove duplicated td selector (#29454) | wojtask9 | 1 | -4/+0 | |
| 2019-09-27 | Change blue and pink colors to be accessible. (#29198) | XhmikosR | 1 | -2/+2 | |
| 2019-09-26 | Sass: remove redundant stylelint inline suppressions. (#29427) | XhmikosR | 3 | -5/+0 | |
| 2019-09-15 | Fix incorrect aspect ratio on IE11 | ysds | 1 | -5/+6 | |
| 2019-09-15 | Remove redundant properties | Martijn Cuppens | 1 | -8/+2 | |
| 2019-09-13 | Responsive sticky top (#29158) | jahanzaibsuleman07 | 1 | -5/+12 | |
| 2019-08-30 | Allow override default col width | ysds | 3 | -12/+10 | |
| 2019-08-30 | Cleanup | Mark Otto | 4 | -12/+22 | |
| - Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin | |||||
| 2019-08-30 | First pass at .row-cols classes | Mark Otto | 1 | -0/+12 | |
| Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too. | |||||
| 2019-08-30 | Clean up line heights & add line height utilities (#29271) | Martijn Cuppens | 10 | -31/+26 | |
| 2019-08-29 | theming.md: automate _root.scss. (#29326) | XhmikosR | 1 | -1/+0 | |
| 2019-08-29 | theming.md: bring `:root` up to par with Scss. (#29323) | XhmikosR | 1 | -0/+1 | |
| Also, add a warning in _root.scss so that we don't miss it again. | |||||
| 2019-08-27 | Switch percentage `font-size`s to `em` and change some font sizes for ↵ | Martijn Cuppens | 3 | -7/+11 | |
| consistency | |||||
| 2019-08-27 | Don't bind validation to form controls | Martijn Cuppens | 1 | -30/+7 | |
| 2019-08-27 | Allow modification of the value of rem | Martijn Cuppens | 2 | -0/+11 | |
| 2019-08-26 | Update z-indices (#29292) | Martijn Cuppens | 1 | -2/+1 | |
| - `.carousel-caption` doesn't need a z-index. There are no non-static element in its containing block (`.carousel-item`) - The `z-index` of `.carousel-indicators` is way higher than it needs to be (`15`), the highest sibling `z-index` is `1`, so it can be set to `2` to be the top layer. | |||||
| 2019-08-26 | Link helpers & use utility API for all utilities | Martijn Cuppens | 12 | -68/+68 | |
| 2019-08-24 | Document example of datalists with form controls (#29058) | Mark Otto | 1 | -0/+7 | |
| - Add example to the new form control docs - Reset the [list] selector in Reboot to hide the random dropdown arrow in Chrome | |||||
| 2019-08-24 | Remove padding around color swatches | Martijn Cuppens | 1 | -0/+6 | |
| 2019-08-24 | Add rounded corners to color swatches | Martijn Cuppens | 1 | -1/+9 | |
| 2019-08-24 | Add support and docs for color input | Mark Otto | 1 | -0/+5 | |
| 2019-08-22 | Remove `position: relative` from `.collapsing` | Martijn Cuppens | 1 | -1/+0 | |
| 2019-08-22 | Drop `$nav-divider-*` variables (not used) | Martijn Cuppens | 1 | -4/+1 | |
| 2019-08-22 | Drop nav divider mixin | Martijn Cuppens | 3 | -12/+4 | |
| 2019-08-18 | Split up `.form-control` & `.form-select` selectors | Martijn Cuppens | 1 | -4/+10 | |
| 2019-08-18 | Fix date heights | Martijn Cuppens | 1 | -3/+3 | |
| 2019-08-18 | set min-height for form-control textarea | m5o | 2 | -9/+5 | |
| * set `min-height` for `.form-control` textarea * prevent user from shrink textarea to minimum height | |||||
| 2019-08-18 | Add possibility to define custom border color for disabled form controls ↵ | tu4mo | 4 | -17/+23 | |
| (#29257) | |||||
| 2019-08-16 | Enable wrapping for elements in .modal-footer (#25103) | Martijn Cuppens | 2 | -4/+12 | |
| 2019-08-16 | Restore `cursor: pointer` for checkbox/radio buttons (#29239) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-08-14 | Function map-get-multiple now returns the correct variable (#29247) | Thomas Schaller | 1 | -1/+1 | |
| 2019-08-09 | Fix Firefox rendering issue (#29234) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-08-07 | Remove unneeded Stylelint suppressions. (#29222) | XhmikosR | 1 | -2/+0 | |
| 2019-08-06 | Fix min-width of input-group flex items (#29209) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-08-05 | Responsive containers (follow-up to #29095) (#29118) | Mark Otto | 2 | -4/+45 | |
| * Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead | |||||
| 2019-08-03 | Allow .page-links to get left margin. (#28948) | GeoSot | 3 | -19/+19 | |
| * Allow .page-links to get left margin. * Add border-radius to page-links in case they have left margin * Apply MartijnCuppens suggestion to _pagination.scss Co-Authored-By: Martijn Cuppens <[email protected]> * Plus if/else Rules * Formatting fixes * Fix border-radius for pagination-size * Use mixin for default pagination sizing | |||||
| 2019-07-30 | carousel: fix transition properties order. (#29173) | XhmikosR | 1 | -1/+1 | |
| 2019-07-29 | Remove comment about tabindex (#29165) | Shohei Yoshida | 1 | -2/+1 | |
| 2019-07-29 | Fix reboot for placeholder links (#29140) | Shohei Yoshida | 1 | -4/+2 | |
| 2019-07-29 | Change property from background to background-image (#29149) | Chandan Deep | 1 | -2/+2 | |
| For Gradient, We have to use the background-image instead of only background. | |||||
| 2019-07-27 | Haha, floats. It's 2019 (#29147) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-07-25 | Update _variables.scss | XhmikosR | 1 | -1/+1 | |
| 2019-07-25 | Remove leftover CSS for custom control | ysds | 1 | -8/+0 | |
| 2019-07-25 | Fix variable name | ysds | 2 | -4/+4 | |
| 2019-07-25 | Merge code page with reboot | Martijn Cuppens | 1 | -1/+0 | |
| 2019-07-25 | Remove duplicate | Shohei Yoshida | 1 | -4/+0 | |
