aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
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
2020-06-10Backport #30979 (#30999)Gaël Poupard1-1/+0
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
2020-06-10fix(toasts): IE11 shrinks toasts when in flex container, unless we specify ↵Gaël Poupard1-0/+3
flex-basis
2020-06-04Backport #30932XhmikosR1-1/+2
Restore word-break: break-word on .text-break to fix text breaking on flex containers
2020-06-04Prevent conflicts with components with classes (#30830)Martijn Cuppens1-1/+1
2020-06-04v5: Add border-radius to .card-img-overlay (#30817)Mark Otto1-0/+1
Allows use of background-color and more. Fixes #29033 for v5.
2020-06-04Simplify list-group borders in cards (#30808)Mark Otto1-6/+7
2020-06-04v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810)Mark Otto1-0/+1
For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though. Fixes #29607. Co-authored-by: XhmikosR <[email protected]>
2020-06-04fix(custom forms): nullify box-shadow for custom forms' states (#30957)Gaël Poupard1-3/+3
Co-authored-by: XhmikosR <[email protected]>
2020-06-04fix(forms): IE11 misalign validation tooltips in input-groups (#30960)Gaël Poupard1-0/+1
2020-05-12Bump version to 4.5.0.XhmikosR4-4/+4
2020-05-12Include the newly added utilities/interactions.scss fileXhmikosR1-1/+2
We missed it in #30562
2020-05-11Add new interaction utilities and role attr to Reboot (#30562)Mark Otto3-0/+13
- Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select
2020-05-02Backport #30685Martijn Cuppens1-0/+3
`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge
2020-04-28Prevent list group style leaks (#30660)Martijn Cuppens1-2/+2
2020-04-28Backport #30605Martijn Cuppens1-12/+19
grid: checks for `$grid-columns > 0`
2020-04-28Backport #30606 (#30612)Catalin Zalog1-3/+5
checks for `$grid-row-columns`
2020-04-28feat: checks for `$grid-breakpoints` map list (#30609)Catalin Zalog1-4/+6
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-28Delete appearance from `button.close` (#30582)k-utsumi1-1/+0
2020-04-18Deprecate `bg-gradient-variant` mixin (#30594)Martijn Cuppens2-2/+3
Co-authored-by: XhmikosR <[email protected]>
2020-04-13Backport #30555Martijn Cuppens1-1/+2
Use `box-shadow` mixin for `.form-select`
2020-04-13Backport #30512Martijn Cuppens1-6/+6
Use `box-shadow` mixin for `.btn`
2020-04-13Fix spinner-grow animation (#30504)Mark Otto1-0/+1
* Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]>
2020-04-13Add `.card-footer` color (#30515)Catalin Zalog1-0/+1
2020-04-13Backport #30497Martijn Cuppens2-19/+17
Fix card list group borders & radii
2020-04-13Backport #30480Martijn Cuppens1-2/+2
Use `box-shadow` mixin for form controls
2020-04-13Backport #30391Martijn Cuppens1-4/+14
transition() mixin prevent redundant 'transition: none' and pass `null`
2020-04-01Backport #30353 (#30361)Martijn Cuppens2-12/+9
Remove appearance from date inputs Co-authored-by: XhmikosR <[email protected]>
2020-03-31Added focus state to .btn-link (#30036)Tim Dujardin1-1/+0
2020-03-31Prevent vertical offset in IE 11 (#29413)Frank Liepert1-0/+1
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-09$link-decoration: underline affects some components (#30262)Martijn Cuppens5-0/+5
Co-authored-by: Shohei Yoshida <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-09Fix centered modal scrolling issue (#30244)Shohei Yoshida1-0/+2
Use the `min-content` property.
2020-02-17Remove unnecessary reduce motion when `$enable-transition: false` (#30183)Shohei Yoshida1-4/+4
2020-02-17Added new variable for padding on dropdown header (#29946)Giovanni Mendoza2-1/+2
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-02-17Avoid border-radius functions return negative values (#30166)Shohei Yoshida1-13/+26
* Avoid border-radius functions return negative values * Update _border-radius.scss Co-authored-by: XhmikosR <[email protected]>