| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-08-29 | theming.md: automate _root.scss. (#29326) | XhmikosR | 2 | -26/+7 | |
| 2019-08-29 | theming.md: bring `:root` up to par with Scss. (#29323) | XhmikosR | 2 | -1/+2 | |
| Also, add a warning in _root.scss so that we don't miss it again. | |||||
| 2019-08-28 | blog example: remove unused CSS. (#29316) | XhmikosR | 1 | -19/+0 | |
| 2019-08-27 | Homepage: add missing link to the versions page. (#29308) | XhmikosR | 1 | -1/+1 | |
| 2019-08-27 | Switch percentage `font-size`s to `em` and change some font sizes for ↵ | Martijn Cuppens | 2 | -6/+1 | |
| consistency in docs | |||||
| 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 | Dist (#29263) | XhmikosR | 59 | -2107/+1686 | |
| 2019-08-27 | Update devDependencies. (#29305) | XhmikosR | 2 | -51/+41 | |
| 2019-08-27 | mention new variable in our docs | Mark Otto | 1 | -1/+1 | |
| 2019-08-27 | Allow modification of the value of rem | Martijn Cuppens | 2 | -0/+11 | |
| 2019-08-27 | Remove "Wall of browser bugs" page. (#29297) | XhmikosR | 9 | -653/+4 | |
| While important in the past, it has become obsolete, so removing it seems the best solution. | |||||
| 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 | 18 | -95/+91 | |
| 2019-08-25 | dropdown show method should do the same as toggle | Johann-S | 2 | -23/+41 | |
| 2019-08-24 | Document example of datalists with form controls (#29058) | Mark Otto | 2 | -0/+27 | |
| - 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 | Update devDependencies. (#29281) | XhmikosR | 2 | -184/+138 | |
| Kept `[email protected]` since the newer versions have a bug that affects us. | |||||
| 2019-08-24 | Actions CI tweaks (#29276) | XhmikosR | 1 | -2/+4 | |
| * Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false` | |||||
| 2019-08-24 | Documentation tweak | Martijn Cuppens | 1 | -6/+2 | |
| 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 | 2 | -0/+20 | |
| 2019-08-22 | Remaining JS linting TODO (#29289) | Markus Hatvan | 6 | -28/+26 | |
| * Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan <[email protected]> | |||||
| 2019-08-22 | dropdown - destroy old popper.js references | Johann-S | 2 | -6/+44 | |
| 2019-08-22 | fixed minor typo (#29291) | tracyjordan | 1 | -1/+1 | |
| 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 | 4 | -13/+6 | |
| 2019-08-19 | change-version.js: Add _gh_pages folder in ignores. (#29270) | XhmikosR | 1 | -0/+1 | |
| 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 | Remove useless check for null object with spread operator | Johann-S | 2 | -16/+7 | |
| 2019-08-18 | Minor wording tweaks | XhmikosR | 5 | -5/+5 | |
| 2019-08-18 | allow to pass popper.js configuration for tooltip/popover and dropdown | Johann-S | 7 | -31/+107 | |
| 2019-08-18 | Add possibility to define custom border color for disabled form controls ↵ | tu4mo | 4 | -17/+23 | |
| (#29257) | |||||
| 2019-08-18 | docs css: minor cleanup (#29266) | XhmikosR | 3 | -10/+0 | |
| 2019-08-18 | docs: fix tap targets (#29272) | Martijn Cuppens | 2 | -4/+5 | |
| 2019-08-17 | Move favicon.ico and apple-touch-icon.png in hugo mounts. | XhmikosR | 2 | -0/+4 | |
| 2019-08-17 | Clean up mounts. | XhmikosR | 1 | -13/+4 | |
| 2019-08-17 | Fix mounts | Bjørn Erik Pedersen | 1 | -13/+9 | |
| 2019-08-17 | Make use of Hugo's 0.56+ module feature. | XhmikosR | 3 | -10/+24 | |
| 2019-08-16 | Use US locale consistently. (#29255) | XhmikosR | 4 | -4/+4 | |
| 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-16 | Clarify order documentation (#29252) | Martijn Cuppens | 1 | -6/+6 | |
| 2019-08-16 | Update devDependencies. (#29221) | XhmikosR | 2 | -232/+261 | |
| 2019-08-14 | Fix redirects. (#29254) | XhmikosR | 7 | -7/+7 | |
| 2019-08-14 | Update config.yml (#29253) | XhmikosR | 1 | -1/+1 | |
| Add missing trailing slash after #29144 | |||||
| 2019-08-14 | Function map-get-multiple now returns the correct variable (#29247) | Thomas Schaller | 2 | -3/+3 | |
