aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29theming.md: automate _root.scss. (#29326)XhmikosR2-26/+7
2019-08-29theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR2-1/+2
Also, add a warning in _root.scss so that we don't miss it again.
2019-08-28blog example: remove unused CSS. (#29316)XhmikosR1-19/+0
2019-08-27Homepage: add missing link to the versions page. (#29308)XhmikosR1-1/+1
2019-08-27Switch percentage `font-size`s to `em` and change some font sizes for ↵Martijn Cuppens2-6/+1
consistency in docs
2019-08-27Switch percentage `font-size`s to `em` and change some font sizes for ↵Martijn Cuppens3-7/+11
consistency
2019-08-27Don't bind validation to form controlsMartijn Cuppens1-30/+7
2019-08-27Dist (#29263)XhmikosR59-2107/+1686
2019-08-27Update devDependencies. (#29305)XhmikosR2-51/+41
2019-08-27mention new variable in our docsMark Otto1-1/+1
2019-08-27Allow modification of the value of remMartijn Cuppens2-0/+11
2019-08-27Remove "Wall of browser bugs" page. (#29297)XhmikosR9-653/+4
While important in the past, it has become obsolete, so removing it seems the best solution.
2019-08-26Update z-indices (#29292)Martijn Cuppens1-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-26Link helpers & use utility API for all utilitiesMartijn Cuppens18-95/+91
2019-08-25dropdown show method should do the same as toggleJohann-S2-23/+41
2019-08-24Document example of datalists with form controls (#29058)Mark Otto2-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-24Update devDependencies. (#29281)XhmikosR2-184/+138
Kept `[email protected]` since the newer versions have a bug that affects us.
2019-08-24Actions CI tweaks (#29276)XhmikosR1-2/+4
* Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false`
2019-08-24Documentation tweakMartijn Cuppens1-6/+2
2019-08-24Remove padding around color swatchesMartijn Cuppens1-0/+6
2019-08-24Add rounded corners to color swatchesMartijn Cuppens1-1/+9
2019-08-24Add support and docs for color inputMark Otto2-0/+20
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan6-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-22dropdown - destroy old popper.js referencesJohann-S2-6/+44
2019-08-22fixed minor typo (#29291)tracyjordan1-1/+1
2019-08-22Remove `position: relative` from `.collapsing`Martijn Cuppens1-1/+0
2019-08-22Drop `$nav-divider-*` variables (not used)Martijn Cuppens1-4/+1
2019-08-22Drop nav divider mixinMartijn Cuppens4-13/+6
2019-08-19change-version.js: Add _gh_pages folder in ignores. (#29270)XhmikosR1-0/+1
2019-08-18Split up `.form-control` & `.form-select` selectorsMartijn Cuppens1-4/+10
2019-08-18Fix date heightsMartijn Cuppens1-3/+3
2019-08-18set min-height for form-control textaream5o2-9/+5
* set `min-height` for `.form-control` textarea * prevent user from shrink textarea to minimum height
2019-08-18Remove useless check for null object with spread operatorJohann-S2-16/+7
2019-08-18Minor wording tweaksXhmikosR5-5/+5
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S7-31/+107
2019-08-18Add possibility to define custom border color for disabled form controls ↵tu4mo4-17/+23
(#29257)
2019-08-18docs css: minor cleanup (#29266)XhmikosR3-10/+0
2019-08-18docs: fix tap targets (#29272)Martijn Cuppens2-4/+5
2019-08-17Move favicon.ico and apple-touch-icon.png in hugo mounts.XhmikosR2-0/+4
2019-08-17Clean up mounts.XhmikosR1-13/+4
2019-08-17Fix mountsBjørn Erik Pedersen1-13/+9
2019-08-17Make use of Hugo's 0.56+ module feature.XhmikosR3-10/+24
2019-08-16Use US locale consistently. (#29255)XhmikosR4-4/+4
2019-08-16Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens2-4/+12
2019-08-16Restore `cursor: pointer` for checkbox/radio buttons (#29239)Martijn Cuppens1-0/+1
2019-08-16Clarify order documentation (#29252)Martijn Cuppens1-6/+6
2019-08-16Update devDependencies. (#29221)XhmikosR2-232/+261
2019-08-14Fix redirects. (#29254)XhmikosR7-7/+7
2019-08-14Update config.yml (#29253)XhmikosR1-1/+1
Add missing trailing slash after #29144
2019-08-14Function map-get-multiple now returns the correct variable (#29247)Thomas Schaller2-3/+3