aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
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]>
2020-02-17Prevent grid with default cols from breaking when large pre was present (#30049)Jens Luyten1-0/+1
2020-02-17Backport #29325. (#30074)Martijn Cuppens1-2/+1
`.text-break` fix
2020-02-17IE auto-size input-group to column (#30043)jorimvanhove1-1/+2
2020-02-03Fix disabled `.btn` cursor (#30004)Martijn Cuppens1-6/+9
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR3-6/+6
2020-01-02Escape brackets (#29857)Martijn Cuppens2-1/+8
Co-authored-by: XhmikosR <[email protected]>
2020-01-02Allow percentages in container widths (#29819)Martijn Cuppens1-1/+9
2019-12-14Fix breadcrumb spacing with whitespace (#29745)719media1-0/+2
2019-11-28Release v4.4.1.v4.4.1XhmikosR3-3/+3
2019-11-28Fix dart Sass compatibility for subtract (#29763)Shohei Yoshida1-1/+1
2019-11-28V4: Add :disabled for disabled fieldset (#29762)Shohei Yoshida2-9/+9
2019-11-28Fix dart Sass compatibility (#29755)Martijn Cuppens1-1/+1
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR5-5/+5
2019-11-25Fixed input-height-sm and input-height-lg calculations (#29653)Sam Duvall1-2/+2
2019-11-25progress: Fix IE overflow (#29629)Martijn Cuppens1-0/+1
2019-11-25Sass: fix version in deprecation messages.XhmikosR2-2/+2
The final version will be bumped when the next version is released.
2019-11-07Make check label cursor customizable (#29633)Gary PEGEOT2-0/+2
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S2-0/+6
2019-11-02Add configurable button text wrapping (#29554)Martijn Cuppens2-0/+2
2019-11-02Add make-col-auto mixin (#29367)Mark Otto2-3/+7
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens3-11/+11
2019-11-01Add add and subtract functionysds4-22/+59
2019-10-15The HTML5 Boilerplate Print CSS moved to a separate repo (#29522)Christian Oliff1-1/+1
The HTML5 Boilerplate CSS has moved to a separate GitHub repo (h5bp/main.css) so the source link referenced here no longer works. This PR updates the link to the new correct location.
2019-10-14Fix incorrect aspect ratio on IE11ysds1-5/+6
2019-10-14Remove redundant propertiesMartijn Cuppens1-8/+2