Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-27Dist (#29263)XhmikosR
2019-08-27Update devDependencies. (#29305)XhmikosR
2019-08-27mention new variable in our docsMark Otto
2019-08-27Allow modification of the value of remMartijn Cuppens
2019-08-27Remove "Wall of browser bugs" page. (#29297)XhmikosR
While important in the past, it has become obsolete, so removing it seems the best solution.
2019-08-26Update z-indices (#29292)Martijn Cuppens
- `.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 Cuppens
2019-08-25dropdown show method should do the same as toggleJohann-S
2019-08-24Document example of datalists with form controls (#29058)Mark Otto
- 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)XhmikosR
Kept `eslint@6.1.0` since the newer versions have a bug that affects us.
2019-08-24Actions CI tweaks (#29276)XhmikosR
* Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false`
2019-08-24Documentation tweakMartijn Cuppens
2019-08-24Remove padding around color swatchesMartijn Cuppens
2019-08-24Add rounded corners to color swatchesMartijn Cuppens
2019-08-24Add support and docs for color inputMark Otto
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan
* Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan <markus_hatvan@aon.at>
2019-08-22dropdown - destroy old popper.js referencesJohann-S
2019-08-22fixed minor typo (#29291)tracyjordan
2019-08-22Remove `position: relative` from `.collapsing`Martijn Cuppens
2019-08-22Drop `$nav-divider-*` variables (not used)Martijn Cuppens
2019-08-22Drop nav divider mixinMartijn Cuppens
2019-08-19change-version.js: Add _gh_pages folder in ignores. (#29270)XhmikosR
2019-08-18Split up `.form-control` & `.form-select` selectorsMartijn Cuppens
2019-08-18Fix date heightsMartijn Cuppens
2019-08-18set min-height for form-control textaream5o
* 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-S
2019-08-18Minor wording tweaksXhmikosR
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S
2019-08-18Add possibility to define custom border color for disabled form controls ↵tu4mo
(#29257)
2019-08-18docs css: minor cleanup (#29266)XhmikosR
2019-08-18docs: fix tap targets (#29272)Martijn Cuppens
2019-08-17Move favicon.ico and apple-touch-icon.png in hugo mounts.XhmikosR
2019-08-17Clean up mounts.XhmikosR
2019-08-17Fix mountsBjørn Erik Pedersen
2019-08-17Make use of Hugo's 0.56+ module feature.XhmikosR
2019-08-16Use US locale consistently. (#29255)XhmikosR
2019-08-16Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens
2019-08-16Restore `cursor: pointer` for checkbox/radio buttons (#29239)Martijn Cuppens
2019-08-16Clarify order documentation (#29252)Martijn Cuppens
2019-08-16Update devDependencies. (#29221)XhmikosR
2019-08-14Fix redirects. (#29254)XhmikosR
2019-08-14Update config.yml (#29253)XhmikosR
Add missing trailing slash after #29144
2019-08-14Function map-get-multiple now returns the correct variable (#29247)Thomas Schaller
2019-08-12CI: run bundlesize only for pushes.XhmikosR
2019-08-12Reindent workflows/test.yml.XhmikosR
2019-08-09Fix Firefox rendering issue (#29234)Martijn Cuppens
2019-08-08Limit coveralls to our repo.XhmikosR
2019-08-08Run bundlesize separately.XhmikosR
2019-08-08Prep for migration to GitHub Actions CI/CDMark Otto
2019-08-08Use `absURL` so that we get consistent URLs. (#29226)XhmikosR