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
path: root/site
AgeCommit message (Collapse)Author
2020-11-05Big copy edits and testingMark Otto
Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.
2020-11-05docs: add info on modifying and adding utilitiesLuke-zhang-04
2020-11-05Editing and formatting utilities API pageMark Otto
2020-11-03Form file docs and overrides (#32058)Gaël Poupard
2020-11-02Make docs anchorjs links darker on keyboard focus (#32050)Patrick H. Lauke
* Make docs anchorjs links darker on keyboard focus Not just on mouse hover * Update site/assets/scss/_anchor.scss Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-11-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke
* Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well
2020-10-31Update instances of .font-weight to .fwMark Otto
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <sead.memic@intracto.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-30Updated .rounded utilities (#31687)Mark Otto
* Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Small copy addition * Add example modifier class for spacing Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke
* Add `cursor:pointer` for color inputs * Add to migration guide
2020-10-30Fix redirects (#32015)XhmikosR
2020-10-29Minor Markdown fixes (#32009)XhmikosR
* add missing language after fenced block * add missing end of file newline
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens
2020-10-28v5: Floating labels (#30449)Mark Otto
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-28Add example with input group between two inputsJonathan
2020-10-27Fix git conflicts after #30571 (#31982)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-27list-group.md: fix snippet (#31981)XhmikosR
2020-10-27v5: Add .fs-* utilities for font-size and rename font-weight/-style ↵Mark Otto
utilities (#30571) * v5: Add .fs-* utilities for font-size - Adds new font-sizes Sass map - Generates six new classes for setting only font-size - Updates docs to mention this, including a scss-docs reference * Update font utilities - Make .fs-* utils for font-size use RFS - Rename .font-weight-* utils to .fw-* - Rename .font-style-* utils to .f-* - Update order of utilities a bit - Update docs to match * Update migration docs to make note of these changes * Be more specific in font-size docs about scale * Update font-style abbreviation to .fst * Fix font-weight property * Formatting & font style utility fix * Move to Alpha 3 migration section * Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide * Tweak language on example Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-10-27Update migration guideMartijn Cuppens
2020-10-27Require `.has-validation` class to fix border radii on form elementsMartijn Cuppens
2020-10-26docs: Add Russian translation (#31828)Aleksandr Gorbatov
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto
* Rename Navs to Navs and Tabs Fixes #31378 * Add title to renamed file * Update navs-tabs.md * Add alias/redirect * Fix references to renamed file, tweak title Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2020-10-25Explicitly mention emoji fonts, tweak sentence in typography (#31960)Patrick H. Lauke
2020-10-23Don't wrap the code snippets in our docs (#31679)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-22Update anchor-js to v4.3.0. (#31951)XhmikosR
2020-10-22Move `href` attribute first (#31835)XhmikosR
2020-10-22Update bs-table shortcode (#31803)XhmikosR
2020-10-20Update optimize.mdXhmikosR
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
2020-10-20mention default export in our docs optimize sectionJohann-S
2020-10-20Update docs example on how to optimize JavaScript bundlePascal Pepe
2020-10-19Small typo - remove the unnecessary "the" (#31932)Patrick H. Lauke
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR
2020-10-19docs(migration): mention spinners slow down (#31929)Gaël Poupard
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion * docs(migration): mention scroll-behavior in alpha3 * docs(accessibility): mention scroll-behavior in reduced motion section * docs(accessibility): rewording smooth scroll sentence * feat(variable): introduce enable-smooth-scroll variable * docs(accessibility): reword smooth-scroll sentence Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2020-10-19docs(forms): use a legend for fieldset instead of aria-labelGaël Poupard
2020-10-19docs(forms): fix incorrect legend nesting in fieldsetGaël Poupard
2020-10-19docs(forms): drop useless text faking a label in horizontal forms exampleGaël Poupard
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR
2020-10-15Update manifest.json (#31893)XhmikosR
Switch to relative URLs so that we don't need to change the path with every major/minor release
2020-10-14Remove redundant visually hidden "(current)" from pagination controls (#31892)Patrick H. Lauke
* Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891
2020-10-13Update copy and add utilities to exampleMark Otto
2020-10-13Adding overflow visible as utilGaurav Behere
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-13Split up dropdown sizing docs to improve rendering (#31861)Mark Otto
- Drop the included .btn-toolbar, no need - Split large and small button examples Closes #31841 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-13Colors rewrite (#30622)Martijn Cuppens
2020-10-12Improve callout shortcode. (#31802)XhmikosR
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-10-05docs: fix contrast color against `.bg-info` (#31839)Gaël Poupard
* docs(badge): ensure info badge's contrast * docs(colors): fix contrasts in example using .bg-info * Update card.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-05carousel: add missing `to` description and fix `nextwhenvisible` description ↵Ankit Mishra
(#31809)
2020-10-02Explain the "dispose" method appropriately (#30838)Rohit Sharma