aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Expand)AuthorFilesLines
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek1-3/+10
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto1-0/+22
2022-02-08Add deprecation notice for .navbar-lightMark Otto1-0/+4
2022-02-08Convert navbar to CSS variablesMark Otto1-125/+75
2022-02-07Set `cursor: default` on disabled `.form-check-label` (#35082)The Fake Cake1-0/+1
2022-02-06Add zebra striping for table columnsMacinto5h2-0/+10
2022-02-06Move `gap` utility API from "Flex" to "Spacing"Ty Mick1-6/+7
2022-01-30Modal: handle click event from backdrop callbackGeoSot1-0/+1
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke1-4/+11
2022-01-03Bump copyright year to 2022 (#35639)XhmikosR4-8/+8
2021-12-20fix(alerts): ensure color is set and used (#35571)Gaël Poupard1-1/+2
2021-12-17Convert alerts to CSS variables (#35401)Mark Otto2-7/+23
2021-12-16Add missing `border-radius` for `btn-group` (#35467)Andy Jiang1-0/+2
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse1-1/+7
2021-12-15Reprocess inline SVGs with the latest SVGO (#35484)XhmikosR1-4/+4
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR5-6/+3
2021-12-07Fix typo in $purples (#35466)Alexander Gitter1-2/+2
2021-11-25Correctly implement RFS in `:root` CSS variable for `$body-font-size` (#35326)Travis Risner2-2/+2
2021-11-25Update _close.scssSi Nguyen1-1/+1
2021-11-15Move reassigned Sass maps for colors to another stylesheet (#34942)Mark Otto6-41/+48
2021-11-01`make-col-ready()`: remove the unused `$gutter` variable (#34334)Michael Sørensen1-1/+1
2021-11-01Always set the CSS variables for gutters in containers (#34644)Mark Otto1-0/+2
2021-10-29Don't override CSS `direction` in code elements (#35230)Gaël Poupard1-2/+0
2021-10-29Ensure sufficient contrast in `accordion-item` (#35231)Gaël Poupard1-0/+1
2021-10-29Drop prefixed version of `::file-selector-button` (#35232)Gaël Poupard2-39/+2
2021-10-11Add color and border-color css variables to tables (#35055)Geremia Taglialatela2-4/+9
2021-10-10Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#...Mark Otto1-1/+2
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR5-5/+4
2021-10-09Bump version to 5.1.3.XhmikosR4-4/+4
2021-10-09Revert "Add `align-self: center` to buttons for improved rendering in flex co...Mark Otto1-1/+0
2021-10-05Add Sass variables for hr background-color and borderdevhoussam2-2/+4
2021-10-05Separate container classes from `$enable-grid-classes` option (#35005)Mark Otto2-1/+2
2021-10-05Release v5.1.2 (#35114)XhmikosR4-4/+4
2021-10-05Add workaround for dart sass compile error (#35033)Kyle Tsang1-3/+4
2021-09-28Use Sass variable instead of RGB components (#35017)Geremia Taglialatela1-3/+3
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
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
2021-09-07Add `align-self: center` to buttons for improved rendering in flex containersZaid Jawed1-0/+1
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR4-4/+4
2021-09-02Include root.scss in all dist builds (#34773)Mark Otto2-3/+3
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
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
2021-08-03Update color and background-color utilitiesMark Otto5-14/+127
2021-08-03Add new placeholder component (#31859)Jaume Sala3-0/+59