aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens7-8/+17
2020-03-31Use variables for list-group-item color levels (#30009)Yannik Hampe2-1/+3
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-31Cleanup responsive tables (#30482)Martijn Cuppens1-17/+8
2020-03-30Switch to custom properties to control grid gutter widths (#30475)Martijn Cuppens2-38/+23
2020-03-28Order sizes variables (#30479)Catalin Zalog1-9/+9
2020-03-24Add `.caption-top` for tables (#30435)Mark Otto2-1/+8
* Move caption-side to <table> element in Reboot * Add class for .caption-top
2020-03-23File chooser size (#30040)Zedicius2-2/+32
Co-authored-by: David Van Doninck <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-23Make form-check label customizable (#30426)Catalin Zalog2-0/+2
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-23Added focus state to .btn-link (#30036)Tim Dujardin1-1/+0
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard4-18/+48
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens1-1/+1
2020-03-23Simplify input groups by dropping `.input-group-prepend` and ↵Martijn Cuppens1-72/+25
`.input-group-append`
2020-03-21Fix wrapping bug (#30345)Martijn Cuppens1-1/+8
2020-03-20Merge branch 'master' into underline-linksMartijn Cuppens9-112/+12
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens5-5/+5
2020-03-18Remove underline hack for breadcrumbsMartijn Cuppens1-5/+1
2020-03-18Remove Internet Explorer leftoversysds1-9/+0
2020-03-18Drop IE support from SassMartijn Cuppens6-67/+11
2020-03-18Remove Internet Explorer leftoversXhmikosR4-21/+0
2020-03-18Revert "Revert "Remove IE-specific breadcrumb CSS hack""XhmikosR1-10/+0
This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1.
2020-03-17Enable underlines for linksMark Otto1-2/+2
2020-03-16fix(css): adds a new opacity varCatalin Zalog2-4/+5
Fixes beeing able to control `.is-valid` & `.is-invalid` input:focus opacity
2020-03-15style: applies ascending orderCatalin Zalog1-1/+1
2020-03-14Fix pseudo paddings and heightMartijn Cuppens1-3/+12
2020-03-14feat(css): groups hr elementCatalin Zalog1-2/+1
2020-03-13Use `display: block;` for form elementsMartijn Cuppens2-4/+1
2020-03-10Change container padding to 1remMartijn Cuppens1-1/+1
2020-03-10Add row-cols-auto and responsive variantsMartijn Cuppens1-0/+4
2020-03-10bootstrap-grid.css: Only apply `box-sizing: border-box` to the columns ↵Martijn Cuppens2-9/+3
instead of using the universal selector
2020-03-10Remove card decks in favor of the gridMartijn Cuppens2-25/+0
2020-03-10Bootstrap 5 gridMartijn Cuppens6-127/+46
2020-03-09Minor `.nav-tabs` optimization (#30288)Yogini Bende1-4/+1
2020-03-05$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-05reboot file: adds some grouping and comments standardizations (#30340)Shohei Yoshida1-39/+68
* style: groups sections - adds two nl before any section - extract elements from wrong section ex: `mark` from `form` * style: format comments * style: sticks all `see`s with the description - sticks - renames * style: removes not needed spaces * style: removes not needed number like other cases * style: stick credits with description * style: adds missing number
2020-03-02Fix `th` alignment for Safari (#30323)Martijn Cuppens1-2/+3
2020-02-29Fix centered modal scrolling issue (#30244)Shohei Yoshida1-0/+2
Use the `min-content` property.
2020-02-23Add pointer event utilities (#30185)Martijn Cuppens1-0/+5
2020-02-17Remove unnecessary reduce motion when `$enable-transition: false` (#30183)Shohei Yoshida1-4/+4
2020-02-15Remove map merges (#28508)Martijn Cuppens1-100/+72
2020-02-15Revert "Placeholder for transitions reset to prevent code duplication #29862"XhmikosR3-32/+2
This reverts commit cd7e5d111102e4422858aa6f255dc243b4cca1ca. Co-authored-by: Martijn Cuppens <[email protected]>
2020-02-15Added 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-15Add RFS to utility API (#30050)Martijn Cuppens3-5/+39
2020-02-14Placeholder for transitions reset to prevent code duplication… (#29870)Gaël Poupard3-2/+32
Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-02-14Add utility class for the user-select property (#30035)Jens Luyten1-0/+4
* Add utility class for the user-select property * Docs: Add new page for behavior utility classes - includes user select utility * Update and rename behaviors.md to interactions.md * Update sidebar.yml Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-02-14Avoid 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-12Shorten if notations so that property order can be appliedMartijn Cuppens3-16/+7
2020-02-12Convert background shorthands to separate propertiesMartijn Cuppens5-6/+13
2020-02-12Remove redundant properties & nullify redundant percentagesMartijn Cuppens1-7/+5
2020-02-12Remove unrelated properties from gradient-bg mixinMartijn Cuppens1-4/+1
2020-02-11Make spinners speed adjustable (#30154)GeoSot2-5/+6