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
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
2021-09-07Add `border-radius` sizes to small and large `.form-select`s (#34853)Dominik Crha
Fixes #34852 Co-authored-by: Dominik Crha <crha@havit.cz> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-09-07Add `align-self: center` to buttons for improved rendering in flex containersZaid Jawed
Fixes #34834
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR
* Prepare v5.1.1. * Dist
2021-09-02Include root.scss in all dist builds (#34773)Mark Otto
* Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables
2021-08-23Fix `$dropdown-link-hover-color` variable color value in _variable.scss (#34779)ghost_32
2021-08-10Add check to rgba-css-var function for body or bg (#34699)Mark Otto
2021-08-05Fix font size variable name (#34679)Semih Raif Gürel
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR
2021-08-04_navbar.scss: switch comment (#34677)XhmikosR
2021-08-04Add and document additional :root CSS variablesMark Otto
- Adds grayscale colors - Adds root and body variables Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code.
2021-08-04Update color and background-color utilitiesMark Otto
- Adds new functions to generate additional Sass maps - Adds new root variables for rgb() versions of our theme colors, plus a few extras - Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var - Updates documentation for color and background-color utilities pages - Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly Change approach slightly to prevent cascade
2021-08-03Add new placeholder component (#31859)Jaume Sala
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Jaume Sala <jaumesala@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2021-08-03Update input-bg to use body-bg (#34651)Mark Otto
2021-07-29Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)Mark Otto
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
2021-07-28Make text decoration consistent with other anchors (#34475)Andrew Pucci
Fixes #34474 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-27More concise improvements for `add()` and `subtract()` (#34432)Gaël Poupard
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto
- Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-26Make default $accordion-icon-color consistentTheFakeCake
Change the $accordion-icon-color variable default value to $accordion-button-color
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by ↵GeoSot
default (#33610)
2021-07-18Add new offcanvas support to navbarscraftwerk
Co-Authored-By: craftwerk <1193597+craftwerk@users.noreply.github.com>
2021-07-17Split .vr from stacks as a new helperMark Otto
2021-07-17Add hstack and vstack helpersMark Otto
2021-07-14fix(forms): prevent color control from shrinking (#34445)Gaël Poupard
* fix(forms): prevent color control from shrinking Fixes #34195 Setting `min-width` alongside `max-width` wouldn't make any sense IMHO. The only concern I have is whether we should introduce a dedicated variable for said width? * feat(forms): introduce ` $form-color-width` * feat(forms): use ` $form-color-width` Co-authored-by: XhmikosR <xhmikosr@gmail.com>