Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)Author
2020-04-13Fix spinner-grow animation (#30504)Mark Otto
* 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 <martijn.cuppens@gmail.com>
2020-04-13Add `.card-footer` color (#30515)Catalin Zalog
2020-04-13Backport #30497Martijn Cuppens
Fix card list group borders & radii
2020-04-13Backport #30480Martijn Cuppens
Use `box-shadow` mixin for form controls
2020-04-13Backport #30391Martijn Cuppens
transition() mixin prevent redundant 'transition: none' and pass `null`
2020-04-01Backport #30353 (#30361)Martijn Cuppens
Remove appearance from date inputs Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-03-31Added focus state to .btn-link (#30036)Tim Dujardin
2020-03-31Prevent vertical offset in IE 11 (#29413)Frank Liepert
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-03-09$link-decoration: underline affects some components (#30262)Martijn Cuppens
Co-authored-by: Shohei Yoshida <fellows3@gmail.com> Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-03-09Fix centered modal scrolling issue (#30244)Shohei Yoshida
Use the `min-content` property.
2020-02-17Remove unnecessary reduce motion when `$enable-transition: false` (#30183)Shohei Yoshida
2020-02-17Added new variable for padding on dropdown header (#29946)Giovanni Mendoza
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-02-17Avoid border-radius functions return negative values (#30166)Shohei Yoshida
* Avoid border-radius functions return negative values * Update _border-radius.scss Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-02-17Prevent grid with default cols from breaking when large pre was present (#30049)Jens Luyten
2020-02-17Backport #29325. (#30074)Martijn Cuppens
`.text-break` fix
2020-02-17IE auto-size input-group to column (#30043)jorimvanhove
2020-02-03Fix disabled `.btn` cursor (#30004)Martijn Cuppens
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR
2020-01-02Escape brackets (#29857)Martijn Cuppens
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-01-02Allow percentages in container widths (#29819)Martijn Cuppens
2019-12-14Fix breadcrumb spacing with whitespace (#29745)719media
2019-11-28Release v4.4.1.v4.4.1XhmikosR
2019-11-28Fix dart Sass compatibility for subtract (#29763)Shohei Yoshida
2019-11-28V4: Add :disabled for disabled fieldset (#29762)Shohei Yoshida
2019-11-28Fix dart Sass compatibility (#29755)Martijn Cuppens
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR
2019-11-25Fixed input-height-sm and input-height-lg calculations (#29653)Sam Duvall
2019-11-25progress: Fix IE overflow (#29629)Martijn Cuppens
2019-11-25Sass: fix version in deprecation messages.XhmikosR
The final version will be bumped when the next version is released.
2019-11-07Make check label cursor customizable (#29633)Gary PEGEOT
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S
2019-11-02Add configurable button text wrapping (#29554)Martijn Cuppens
2019-11-02Add make-col-auto mixin (#29367)Mark Otto
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens
2019-11-01Add add and subtract functionysds
2019-10-15The HTML5 Boilerplate Print CSS moved to a separate repo (#29522)Christian Oliff
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 IE11ysds
2019-10-14Remove redundant propertiesMartijn Cuppens
2019-10-14Fix top level ampersand (#29518)Martijn Cuppens
Fixes dart sass compatibility.
2019-10-14Backport #29445Martijn Cuppens
Remove outline from select box in Firefox
2019-10-14Add variable for `$breadcrumb-font-size` (#29467)astrahov
2019-10-14Fix border for single card in accordion (#29453)Martijn Cuppens
2019-10-14Variable card height (#29462)Martijn Cuppens
2019-09-26Allow override default col widthysds
2019-09-26CleanupMark Otto
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
2019-09-26First pass at .row-cols classesMark Otto
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-09-26theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR
Also, add a warning in _root.scss so that we don't miss it again.
2019-09-26Don't bind validation to form controlsMartijn Cuppens
2019-08-26Add deprecation warningMartijn Cuppens
2019-08-22Deprecate nav-divider() mixinMartijn Cuppens