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
2022-02-18Apply list group numbering to all items (#35822)Jann Westermann
2022-02-18Add null modal-footer-bg variable (#35858)Mark Otto
Fixes #35782
2022-02-17New CSS variable for Navbars (#35829)Louis-Maxime Piton
* Adding a brand new CSS var * Update scss/_variables.scss Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
2022-02-17Add !important property to colored links. (#35740)Nudasoft
* Add !important property to colored links. * Apply suggestions from code review Co-authored-by: Mark Otto <otto@github.com>
2022-02-16Rename dropdown-shadow to dropdown-box-shadow for consistencyMark Otto
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto
* Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback
2022-02-16Fixed border radius var name and .show targetEugene Kopyov
2022-02-15Convert dropdowns to CSS variablesMark Otto
2022-02-15Convert .btn and mixins to use CSS variablesMark Otto
2022-02-15Correct the horizontal padding on grid containers (#35825)Mark Otto
* Correct the horizontal padding on grid containers * Don't halve the container-padding-x variable
2022-02-11Convert .badge to CSS variablesMark Otto
2022-02-09Fix overriding styles of `.list-group-item-action`Anton
~~~html <style> .list-group-item-action {color: blue;} .list-group-item {color: red;} </style> <p class="list-group-item">red text!</p> <p class="list-group-item list-group-item-action">still red text!</p> ~~~ because `.list-group-item` declared after `.list-group-item-action` (order in attribute `class` no effect)
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek
* Support floating labels on `.form-control-plaintext` * Update floating-labels.md * Apply suggestions from code review Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto
* Add .form-check-reverse modifier class * Update checks-radios.md Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-02-08Add deprecation notice for .navbar-lightMark Otto
2022-02-08Convert navbar to CSS variablesMark Otto
Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com>
2022-02-07Set `cursor: default` on disabled `.form-check-label` (#35082)The Fake Cake
Fixes #35056
2022-02-07Add zebra striping for table columnsMacinto5h
Co-Authored-By: Macallan Camara <44030647+Macinto5h@users.noreply.github.com> Co-Authored-By: XhmikosR <xhmikosr@gmail.com>
2022-02-07Move `gap` utility API from "Flex" to "Spacing"Ty Mick
The `gap` utility is described on the [Spacing page][1] but is not actually mentioned on the [Flex page][2] (apart from the [API section][3]). [1]: https://getbootstrap.com/docs/5.1/utilities/spacing/ [2]: https://getbootstrap.com/docs/5.1/utilities/flex/ [3]: https://getbootstrap.com/docs/5.1/utilities/flex/#utilities-api
2022-01-30Modal: handle click event from backdrop callbackGeoSot
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke
Remove explicit use of aria-hidden & visibility for offcanvas when closed, handling it with css Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
2022-01-03Bump copyright year to 2022 (#35639)XhmikosR
2021-12-20fix(alerts): ensure color is set and used (#35571)Gaël Poupard
2021-12-17Convert alerts to CSS variables (#35401)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-16Add missing `border-radius` for `btn-group` (#35467)Andy Jiang
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-15Reprocess inline SVGs with the latest SVGO (#35484)XhmikosR
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR
2021-12-07Fix typo in $purples (#35466)Alexander Gitter
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-26Correctly implement RFS in `:root` CSS variable for `$body-font-size` (#35326)Travis Risner
* rfs fix * Update scss/_root.scss * Update _reboot.scss Co-authored-by: Mark Otto <otto@github.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-11-26Update _close.scssSi Nguyen
2021-11-15Move reassigned Sass maps for colors to another stylesheet (#34942)Mark Otto
2021-11-01`make-col-ready()`: remove the unused `$gutter` variable (#34334)Michael Sørensen
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-11-01Always set the CSS variables for gutters in containers (#34644)Mark Otto
We already do this in rows, so to best support our containers, we need to do it at the container level as well. Fixes #32658, fixes #34614, closes #32658. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-29Don't override CSS `direction` in code elements (#35230)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-29Ensure sufficient contrast in `accordion-item` (#35231)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-29Drop prefixed version of `::file-selector-button` (#35232)Gaël Poupard
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-11Add color and border-color css variables to tables (#35055)Geremia Taglialatela
2021-10-10Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues ↵Mark Otto
(#35153)
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR
2021-10-09Bump version to 5.1.3.v5.1.3XhmikosR
2021-10-09Revert "Add `align-self: center` to buttons for improved rendering in flex ↵Mark Otto
containers" (#35143) This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0.
2021-10-06Add Sass variables for hr background-color and borderdevhoussam
Co-Authored-By: Houssam Hammouda <11141564+devhoussam@users.noreply.github.com>
2021-10-05Separate container classes from `$enable-grid-classes` option (#35005)Mark Otto
* Separate container classes from enable-grid-classes optoin * Document the new option * Mention in migration guide Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-05Release v5.1.2 (#35114)v5.1.2XhmikosR
2021-10-05Add workaround for dart sass compile error (#35033)Kyle Tsang
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
2021-09-28Use Sass variable instead of RGB components (#35017)Geremia Taglialatela
All other `rgba()` calls use a Sass variable, except for the ones fixed in this commit
2021-09-09Update a URL mentioning dead name (#34937)Kitty Giraudel
2021-09-09Separator for table direct children (#34861)Gaël Poupard
* fix(tables): separator for table direct children * fix(tables): drop universal selectors * fix(tables): trying the lobotomized owl selector * fix(tables): get closer to v4 * fix(tables): ensure borderless are borderless
2021-09-08fix custom property values of row overrides individual cell (#34799)bavoco