aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2021-09-13Merge branch 'main' into css-vars-btncss-vars-btnMark Otto2-3/+7
2021-09-09Update a URL mentioning dead name (#34937)Kitty Giraudel1-1/+1
2021-09-09Separator for table direct children (#34861)Gaël Poupard1-2/+6
* 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-08Convert .btn and mixins to use CSS variablesMark Otto2-120/+99
2021-09-08fix custom property values of row overrides individual cell (#34799)bavoco1-2/+2
2021-09-07Add `border-radius` sizes to small and large `.form-select`s (#34853)Dominik Crha2-1/+5
Fixes #34852 Co-authored-by: Dominik Crha <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-09-07Add `align-self: center` to buttons for improved rendering in flex containersZaid Jawed1-0/+1
Fixes #34834
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR4-4/+4
* Prepare v5.1.1. * Dist
2021-09-02Include root.scss in all dist builds (#34773)Mark Otto2-3/+3
* 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_321-1/+1
2021-08-10Add check to rgba-css-var function for body or bg (#34699)Mark Otto3-11/+28
2021-08-05Fix font size variable name (#34679)Semih Raif Gürel1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR4-4/+4
2021-08-04_navbar.scss: switch comment (#34677)XhmikosR1-1/+1
2021-08-03Add and document additional :root CSS variablesMark Otto2-10/+43
- 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-03Update color and background-color utilitiesMark Otto5-14/+127
- 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 Sala3-0/+59
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Jaume Sala <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2021-08-03Update input-bg to use body-bg (#34651)Mark Otto1-1/+1
2021-07-29Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)Mark Otto1-7/+1
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
2021-07-28Make text decoration consistent with other anchors (#34475)Andrew Pucci1-1/+1
Fixes #34474 Co-authored-by: XhmikosR <[email protected]>
2021-07-27More concise improvements for `add()` and `subtract()` (#34432)Gaël Poupard1-12/+0
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto2-23/+24
- 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 <[email protected]>
2021-07-25Make default $accordion-icon-color consistentTheFakeCake1-1/+1
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 ↵GeoSot1-2/+2
default (#33610)
2021-07-17Add new offcanvas support to navbarscraftwerk1-1/+30
Co-Authored-By: craftwerk <[email protected]>
2021-07-16Split .vr from stacks as a new helperMark Otto3-9/+9
2021-07-16Add hstack and vstack helpersMark Otto2-0/+25
2021-07-14fix(forms): prevent color control from shrinking (#34445)Gaël Poupard2-1/+3
* 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 <[email protected]>
2021-07-08Add null `$card-box-shadow` variable (#34440)Mark Otto2-1/+3
Fixes #34421 Co-authored-by: XhmikosR <[email protected]>
2021-07-06Add maps for all colors, document how to extend color utilities (#32319)Mark Otto2-0/+130
* Add maps for all colors, document how to extend color utilities * Updates to make this more functional for v5 - Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there) - Adds a new function, map-merge-multiple(), and updates docs that reference combo-map - Updates code snippet and docs guidance about how to extend the color utils to handle this * Update site/content/docs/5.0/customize/color.md Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-07-05Add horizontal collapse supportMark Otto2-0/+7
2021-06-25Variablize backdrop for modal and offcanvasMark Otto5-14/+26
2021-06-22v5.1: Add optional CSS grid (#31813)Mark Otto2-0/+35
2021-06-22Add utility classes for opacity (#33781)harishhalodoc1-0/+13
* Add responsive utility classes for opacity - fix for #33483 * remove responsive opacity utils as it has impact on bootstrap.css bundle size * Update opacity.md * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Harish <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: alpadev <[email protected]>
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR4-4/+4
* Bump version to v5.0.2. * Dist
2021-06-22Fix another Sass division (#34332)Mark Otto1-2/+2
* Fix another Sass division * Revert the percentage division in the mixins for accuracy Co-authored-by: XhmikosR <[email protected]>
2021-06-22Update rfs to v9.0.4.Mark Otto1-13/+55
2021-06-22Update the divide() functionMark Otto2-13/+30
2021-06-19Small typos, closes #34249Mark Otto1-2/+2
2021-06-17Fix lingering Sass math (#34281)Mark Otto1-2/+2
2021-06-17Remove a leftover sass:math module call (#34280)Mark Otto1-2/+0
2021-06-14Don't set auto margin on offcanvas closeMark Otto1-1/+3
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto13-53/+81
* Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions
2021-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter1-1/+7
2021-06-03fix(forms): unitless `line-height` for floating labels (#34161)Gaël Poupard2-0/+2
Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-06-02Sets the correct color for popover header bottom borderBreno Reis1-1/+1
2021-05-28Add missing transition to `.form-select` (#34034)Simon Ihmig2-0/+3
A selectbox is styled in a very similar way as an input (`.form-control`), including border-color and box-shadow. So it can be assumed it should apply the same CSS transition for these properties when focused, but this was missing. Co-authored-by: alpadev <[email protected]>
2021-05-28fix(tables): decouple table-bg and table-accent-bg (#34048)Gaël Poupard2-1/+2
Co-authored-by: alpadev <[email protected]>
2021-05-27fix(dropdowns): RTL for `.dropdown-menu-*` (#34124)Gaël Poupard1-4/+4
2021-05-25Fix x-paddings for select (with floating label, and in Firefox) (#34008)Gaël Poupard2-1/+4