aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR3-3/+3
* Bump version to v4.6.0. * Dist
2021-01-19Backport #32037 (#32833)XhmikosR2-0/+11
* Backport #32037 Add `.navbar-nav-scroll` for vertical scrolling of navbar content * drop the css var for a Sass css Co-authored-by: Mark Otto <[email protected]>
2021-01-15Lighten disabled dropdown text to $gray-500Mark Otto1-1/+1
Fixes #32474
2021-01-13Darken dropdown item hover stylePatrick H. Lauke1-1/+1
Backport of https://github.com/twbs/bootstrap/pull/32754
2021-01-13Consistently use outline:0 rather than outline:nonePatrick H. Lauke1-1/+1
Manual backport of https://github.com/twbs/bootstrap/pull/32751 (which has not been merged yet, but assume it will shortly)
2021-01-13Suppress focus outline for buttons when it shouldn't be visible in ChromiumPatrick H. Lauke1-0/+9
Manual backport of https://github.com/twbs/bootstrap/pull/32689
2021-01-13Remove old/unnecessary reboot bug fixPatrick H. Lauke1-9/+0
Manual backport of https://github.com/twbs/bootstrap/pull/32631
2021-01-08Backport #32423XhmikosR2-2/+4
Add two new variables for pagination border-radius values
2021-01-08Backport #32713XhmikosR3-6/+6
Bump copyright year to 2021
2020-12-10v4: Move negative margin-bottom from .nav-item to .nav-link (#32211)Kyle Tsang1-4/+1
Co-authored-by: XhmikosR <[email protected]>
2020-11-24Backport #32224XhmikosR1-1/+1
Be consistent with Popper's name.
2020-11-20scss: remove needless Stylelint disables (#32212)XhmikosR2-2/+2
2020-11-19Add overflow suppression to custom file label (#32160)Patrick H. Lauke1-0/+1
Avoids unsightly spilling out of long filename text, particularly for multi file inputs Co-authored-by: XhmikosR <[email protected]>
2020-11-19Switch to HugoXhmikosR1-1/+0
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like: * removing empty lines in raw HTML that break output * read .browserslistrc, CSS variables from disk instead of duplicating it * using Hugo mounts * using Hugo for the docs CSS/JS * move ToC Sass code to a separate file while adapting it for Hugo Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
2020-11-13Manually backport #32121 (#32141)XhmikosR8-11/+10
Use correct value order Co-authored-by: Martijn Cuppens <[email protected]>
2020-11-13Avoid invisible real file input "spilling" out of container (#32145)Patrick H. Lauke1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2020-11-13Fix caniuse.com redirects (#32147)XhmikosR1-1/+1
2020-10-30Fix form validation tooltip alignment (#31557)Adam Jones1-0/+7
* Fix form validation tooltip alignment * Remove CSS hacks * Update _forms.scss Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-27Suppress flexbox side effects in breadcrumb (#31700)Martijn Cuppens1-3/+1
* Suppress flexbox side effects * Trailing whitesapce Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-27Handle the Ubuntu sans-serif case (#31657)Gaël Poupard1-1/+1
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu). I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today… BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts. Co-authored-by: XhmikosR <[email protected]>
2020-10-27Backport #31882Gaël Poupard1-0/+9
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-26Require `.has-validation` for input groups with validationMartijn Cuppens1-4/+20
2020-10-15Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss' (#31886)Alexandre Rosario1-0/+1
* Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss' * Updated: Mixin import moved down to feature together with others Co-authored-by: XhmikosR <[email protected]>
2020-10-13Prepare v4.5.3. (#31880)v4.5.3XhmikosR3-3/+3
2020-10-09Backport #31826 (#31846)Martijn Cuppens1-0/+1
Fix for alert-dismissible close button not clickable with stretched-link
2020-10-05Update .text-break for wider browser supportMark Otto1-2/+2
2020-10-05Backport color-adjust for v4Mark Otto1-0/+1
Keeps checkboxes, radios, and switches with their intended design when printing. Backports #29714
2020-10-05Backport Reboot's th updatesMark Otto2-3/+8
Manually backports #30781 to v4.
2020-09-30Stylelint: replace deprecated optionsXhmikosR7-13/+13
2020-09-30Add new variable for -padding-xMark Otto2-1/+2
(cherry picked from commit fe77208a01b9b41ce13a9c68139d9f1618c48ec9)
2020-09-21Update devDependenciesXhmikosR2-2/+2
2020-09-21Backport #31689XhmikosR1-1/+1
docs: fix a few redirects * Fix GitHub's permanent redirects * Fix a11yproject redirects
2020-09-21Add a comment for escape-svg functionMark Otto1-0/+3
Closes #30835 by leaving a comment in the source that the escape-svg() function must have quotes around data URIs. (cherry picked from commit 849fea5a1ec6a2c39451fefb21a70c6dc9ceac42)
2020-09-18Update _custom-forms.scss (#31693)Mark Otto1-1/+1
Typo in box-shadow attribute, global variable used instead of local. Co-authored-by: Arthur Shlain <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR3-3/+3
2020-08-06Remove undefined `$ignore-warning`Martijn Cuppens1-1/+1
2020-08-06Deprecate the `make-container-max-widths` mixinXhmikosR1-0/+1
2020-08-06Restore make-container-max-widths mixinMark Otto1-0/+9
2020-08-06Remove flex: 1 0 100% from rows (#31439) (#31445)XhmikosR1-1/+0
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR3-3/+3
2020-08-03Remove overflow: hidden from toasts (#31381) (#31407)XhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-07-21Turn off scroll anchoring for accordions (#31347)Patrick H. Lauke1-0/+2
New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341 This rule suppresses this new behavior and reverts back to the old way. See https://drafts.csswg.org/css-scroll-anchoring/
2020-07-06Remove backdrop-filter from toastsMark Otto1-1/+0
2020-06-24Update links to point to v4-dev or main branchesXhmikosR3-3/+3
2020-06-24Stylelint: remove redundant inline suppressionsXhmikosR2-13/+5
2020-06-24Backport #30973XhmikosR1-0/+2
Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs. This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`). `.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also).
2020-06-24Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard1-0/+1
2020-06-23Remove duplicate properties after #30922 (#31148)Martijn Cuppens1-4/+0
2020-06-15fix(custom forms): disabled checked states weren't overriding ↵Gaël Poupard1-0/+4
background-image (#30922)
2020-06-14Avoid duplication of container breakpoints (#30969)k-utsumi2-15/+1