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/scss
AgeCommit message (Collapse)Author
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-06-16v5: Add role=button cursor in Reboot (#31040)Mark Otto
* v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-16Clarify removal of border radiiMartijn Cuppens
2020-06-16Switch to btn-checkMartijn Cuppens
2020-06-16Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens
2020-06-15Change breakpoint-max implementationMartijn Cuppens
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-06-13🔥 Remove container duplicationk-utsumi
2020-06-13v5: Redo blockquote attributions (#30814)Mark Otto
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <gael.poupard@orange.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-12Stylelint: remove redundant disables (#31006)XhmikosR
2020-06-09fix(grid): zero min-width on .col has too much side-effects (#30979)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-09Fix undefined custom properties in reboot (#30981)Martijn Cuppens
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma
- Closes #28423
2020-06-08Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard
2020-05-31Restore word-break: break-word on .text-break to fix text breaking on flex ↵Mark Otto
containers (#30932)
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr
2020-05-20v5: Make navbar active links consistent (#30831)Mark Otto
* Update navbar docs to put .active class on .nav-link Fixes #30652 in v5. * Remove two selectors from navbar nav that are either unused, or duplicative Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-20Code simplificationMartijn Cuppens
2020-05-20feat(color-contrast): set min-contrast-ratio as an argumentGaël Poupard
2020-05-20feat(color-contrast): ensure we return a contrasted enough color ↵Gaël Poupard
(light-first), the most contrasted one otherwise
2020-05-19Fix gradient on switch checkbox (#30868)Martijn Cuppens
2020-05-15Prevent conflicts with components with classes (#30830)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-15v5: Add border-radius to .card-img-overlay (#30817)Mark Otto
Allows use of background-color and more. Fixes #29033 for v5. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-15Improve gradientsMartijn Cuppens
- Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled
2020-05-15v5: Update color on custom switch focus stateMark Otto
Replaces a custom hsla() value (dunno what I was thinking when I added this) with a reassigned existing variable. This variable goes up the stack and attaches to the component-active-bg variable, derived from our primary color out of the box. Fixes #30646.
2020-05-14Simplify list-group borders in cards (#30808)Mark Otto
2020-05-14Split table cell padding variables (#30815)Mark Otto
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-05-12style: removes space (#30782)Catalin Zalog
2020-05-05Fix form file height (#30699)Gaël Poupard
2020-04-30v5: Unify spacing across components (#30564)Mark Otto
Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-04-29Remove borders from iframes by default (#30620)Martijn Cuppens
2020-04-29[type=radio] should always be rounded (#30686)Gaël Poupard
2020-04-29`<pre>`: Disable auto-hiding scrollbar in legacy Edge (#30685)Martijn Cuppens
Disable auto-hiding scrollbar in legacy Edge to avoid overlap, making it impossible to interact with the content.
2020-04-28Prevent list group style leaks (#30660)Martijn Cuppens
2020-04-27Use scss-docs for color mapsMark Otto
2020-04-27Rewrite Theming docs as Customize sectionMark Otto
- Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page
2020-04-27Rename variables for brevityMark Otto
- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
2020-04-24Customizable table group seperator colorsMartijn Cuppens
2020-04-24Add bs prefixMartijn Cuppens
2020-04-24Prevent nested tables style leaksMartijn Cuppens
2020-04-20Add `$form-text-font-weight` (#30617)Catalin Zalog
2020-04-18Drop `@support (position: sticky)` media query (#30415)Martijn Cuppens
2020-04-18grid: checks for `$grid-columns > 0` (#30605)Catalin Zalog
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-04-17feat: checks for `$grid-breakpoints` map list (#30609)Catalin Zalog
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-04-16feat: checks for `$grid-row-columns` (#30606)Catalin Zalog
2020-04-16feat: removes `.form-text` display (#30598)Catalin Zalog
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-04-15Add `bs-` prefixes to custom properties (#30591)Martijn Cuppens
2020-04-15Disable negative margins by default (#30585)Martijn Cuppens
* Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-04-15v5: Update system font stack (#30561)Mark Otto
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-04-14Delete appearance from `button.close` (#30582)k-utsumi