aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
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
2021-05-25Handle complex expressions in add() & subtract() (#34047)Gaël Poupard1-0/+16
2021-05-20fix wrong comment text for tooltip (#34044)GeoSot1-1/+1
2021-05-19Update button-variant mixin to add missing space.pu-master1-1/+1
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR4-4/+4
* Bump version to 5.0.1. * Dist
2021-05-13remove modal css overrideGeoSot1-11/+2
2021-05-13Revert "use `:read-only` css selector instead `[readonly]` for consistency ↵Mark Otto1-5/+5
(#33642)" (#33961) This reverts commit 17252bb3b0c751ad2be1c1c1226ebcf43e7967f3. Co-authored-by: XhmikosR <[email protected]>
2021-05-13PRevent accent-bg from leaking in nested table (#33825)Gaël Poupard1-0/+1
Fixes #33817 Solution by @Hintzmann in [#33817 (comment)](https://github.com/twbs/bootstrap/issues/33817#issuecomment-831718042).
2021-05-13Validated inputs in `.input-group` shouldn't be behind sibling element (#33644)Jatin Mehta1-1/+8
Added z-index property for input-group only for invalid state
2021-05-10Don't redefine $list-group-color in loopMark H. Wilkinson1-5/+5
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR4-4/+4
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-04-30accordion: fix `border-top` on Firefox (#33736)alpadev1-2/+4
Co-authored-by: XhmikosR <[email protected]>
2021-04-19Use the backdrop util in offcanvas, enforcing consistency (#33545)GeoSot2-14/+2
* respect /share modal's backdrop functionality, keeping consistency * listen click events over backdrop (only) and trigger `hide()` without add/remove event tricks * achieve to hide foreign open offcanvas instances without glitches `if (allReadyOpen && allReadyOpen !== target)`, in case another is going to be open, when user clicks on trigger button
2021-04-17Apply positioning only when Popper is not usedRohit Sharma1-13/+7
2021-04-17use `:read-only` css selector instead `[readonly]` for consistency (#33642)harishhalodoc1-5/+5
There are 5 places where [readonly] selector is used. I have replaced with :read-only for consistency. fix for https://github.com/twbs/bootstrap/issues/33101 Co-authored-by: Harish <[email protected]>
2021-04-17fix: use list-group variable instead of alert (#33658)Mona Brahmakshatriya1-1/+1
Use $list-group-item-color-scale variable in list-group NOT $alert-color-scale
2021-04-14Make accordion icon rotation more natural (#33292)Victor Massé1-1/+1
2021-04-14Have $form-check-input-border's default derive from ($black instead of ↵Carson1-1/+1
hard-coded black)
2021-04-14refactor(color-scheme): reduce complexityGaël Poupard1-12/+2
2021-04-13Hide validation icons from multiple selectsGeremia Taglialatela1-11/+6
Implementation provided in #33411 does not take into account that some Operating Systems may display a vertical scrollbar in the multiple select field This implementation will hide the validation icons from multiple select fields, just like Bootstrap 4 does. Fix: #33591
2021-04-11Decouple Modal's scrollbar functionality (#33245)GeoSot1-9/+0
2021-04-10Add color-scheme mixinMark Otto2-0/+18
2021-04-06Add equal column mixin (#32155)CFX1-3/+8
2021-04-04Spinner alignment changesMark Otto2-2/+3
2021-04-04Add offcanvas-top modifier (#33549)Mark Otto1-0/+10
2021-04-04Vertically align offcanvas header componentsMark Otto1-0/+1
Fixes #33460
2021-04-02Fix validation feedback icon in select multipleGeremia Taglialatela1-0/+8
Validation feedback for `<select multiple>` should look like `<textarea>`. The previous implementation was placing the validation icon in the middle of the select field together with the single select arrow, that is not supposed to be part of this kind of inputs
2021-03-30Make .nav-link color consistent when using buttons (#33478)Kyle Tsang1-2/+2
* Make .nav-link color consistent when using buttons * Set $nav-link-hover-color to $link-hover-color as default
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR4-4/+4
2021-03-22Fix flush accordion stylesMark Otto1-2/+5
2021-03-16Revamp accordion borders to fix pixel jumping (#33149)Mark Otto2-33/+21
- Pushes the borders to the .accordion-item - Simplifies the .accordion-flush - Recreates the .accordion-button border-bottom with an inset box-shadow - Updates background-color to solid to match other components like list group and prevent stacked translucent borders - Use negative margin to overlap the consecutive items
2021-03-10Change from element selector to the opt-in classMark Otto1-3/+1
2021-03-10Add ol.list-group with psuedo-element numbersMark Otto1-0/+13
2021-03-10Removing duplicate text-decoration style for abbr[title] #33197 (#33325)gopal-jayaraman1-1/+0
Removing duplicate text-decoration style for abbr[title] #33197
2021-03-08Update devDependencies (#33307)XhmikosR2-5/+0
* @popperjs/core ^2.9.0 → ^2.9.1 * autoprefixer ^10.2.4 → ^10.2.5 * clean-css-cli ^5.2.0 → ^5.2.1 * postcss ^8.2.6 → ^8.2.7 * stylelint ^13.11.0 → ^13.12.0