aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2020-05-15Improve gradientsMartijn Cuppens14-28/+23
- Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled
2020-05-14v5: Update color on custom switch focus stateMark Otto1-1/+1
Replaces a custom hsla() value (dunno what I was thinking when I added this) with a reassigned existing variable. This variable goes up the stack and attaches to the component-active-bg variable, derived from our primary color out of the box. Fixes #30646.
2020-05-14Simplify list-group borders in cards (#30808)Mark Otto1-6/+7
2020-05-14Split table cell padding variables (#30815)Mark Otto3-6/+8
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR4-4/+4
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-05-12style: removes space (#30782)Catalin Zalog1-2/+2
2020-05-05Fix form file height (#30699)Gaël Poupard1-5/+5
2020-04-30v5: Unify spacing across components (#30564)Mark Otto1-29/+24
Co-Authored-By: Martijn Cuppens <[email protected]>
2020-04-29Remove borders from iframes by default (#30620)Martijn Cuppens2-1/+5
2020-04-29[type=radio] should always be rounded (#30686)Gaël Poupard1-1/+2
2020-04-29`<pre>`: Disable auto-hiding scrollbar in legacy Edge (#30685)Martijn Cuppens1-0/+3
Disable auto-hiding scrollbar in legacy Edge to avoid overlap, making it impossible to interact with the content.
2020-04-28Prevent list group style leaks (#30660)Martijn Cuppens1-2/+2
2020-04-26Use scss-docs for color mapsMark Otto1-0/+4
2020-04-26Rewrite Theming docs as Customize sectionMark Otto1-7/+2
- Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page
2020-04-26Rename variables for brevityMark Otto5-17/+17
- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
2020-04-24Customizable table group seperator colorsMartijn Cuppens2-1/+3
2020-04-24Add bs prefixMartijn Cuppens2-23/+23
2020-04-24Prevent nested tables style leaksMartijn Cuppens6-153/+123
2020-04-20Add `$form-text-font-weight` (#30617)Catalin Zalog2-0/+2
2020-04-18Drop `@support (position: sticky)` media query (#30415)Martijn Cuppens1-9/+7
2020-04-18grid: checks for `$grid-columns > 0` (#30605)Catalin Zalog1-9/+11
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-17feat: checks for `$grid-breakpoints` map list (#30609)Catalin Zalog1-4/+6
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-16feat: checks for `$grid-row-columns` (#30606)Catalin Zalog1-3/+5
2020-04-16feat: removes `.form-text` display (#30598)Catalin Zalog3-3/+4
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-15Add `bs-` prefixes to custom properties (#30591)Martijn Cuppens5-17/+17
2020-04-15Disable negative margins by default (#30585)Martijn Cuppens1-1/+2
* Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <[email protected]>
2020-04-14v5: Update system font stack (#30561)Mark Otto1-1/+1
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-14Delete appearance from `button.close` (#30582)k-utsumi1-1/+0
2020-04-14Simplify checkbox & radio input (#30557)Martijn Cuppens2-23/+7
- Define background properties in `.form-check-input` - Use `background-size: contain` to simplify background sizes (especially for those with linear gradients) - Remove double `color-adjust` - Adjust svgs to 20x20 box. This way the strokes aren't rescaled.
2020-04-14Update RFS to 9.0.3 (#30581)Martijn Cuppens1-2/+9
* Two dimensional fix - https://github.com/twbs/rfs/pull/225
2020-04-14Redo display headings (#30568)Mark Otto2-29/+19
- Convert to Sass map - Consolidate font-weights into single option (matching line-height for them) - Add two new sizes and create a new scale - Update migration docs Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-14Restore `.form-text` (#30565)Catalin Zalog3-2/+17
2020-04-13Update docs for new XXL grid tierMark Otto1-0/+6
- Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant
2020-04-13Add an xxl grid tierMark Otto1-2/+4
- Staring at my laptop, I realized I'm wasting away space. This adds a significant amount of CSS, but it feels right already. - Added the xxl tier with a width that divides by 12 - Motivation was originally trying to have a third column for our toc so that our docs are more useful
2020-04-11Use `box-shadow` mixin for `.btn` (#30512)Catalin Zalog1-8/+8
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-11Use `box-shadow` mixin for `.form-select` (#30555)Catalin Zalog1-1/+2
2020-04-10Use custom properties for font-stacks (#30509)Gaël Poupard3-3/+3
2020-04-09Add checkbox transition (#30528)Martijn Cuppens2-5/+2
2020-04-08Fix 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-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens7-3/+17
Co-authored-by: XhmikosR <[email protected]>
2020-04-06Add `.card-footer` color (#30515)Catalin Zalog1-0/+1
2020-04-06Add nav link transition (#29988)Martijn Cuppens2-0/+2
2020-04-02Fix card list group borders & radii (#30497)Martijn Cuppens2-19/+17
2020-04-01Use `box-shadow` mixin for form controls (#30480)Catalin Zalog1-2/+2
2020-04-01Fix border radiiMartijn Cuppens1-1/+9
2020-04-01Fix CSS and improve docsysds3-29/+19
2020-04-01Add Full-Screen size to Modal and Responsive variations for breakpointsgsoti3-0/+31
(Works from breakpoint and down)
2020-04-01transition() mixin prevent redundant 'transition: none' and pass `null` (#30391)Shohei Yoshida1-4/+14
* Prevent redundant 'none' for prefers-reduced-motion * Output warning when use 'none' or 'null' with multiple arguments * Fix for libsass(node-sass)
2020-04-01Fix date inputs heights in safariMartijn Cuppens2-13/+1
2020-03-31Fix text decorations (#30492)Martijn Cuppens1-1/+2
Co-authored-by: XhmikosR <[email protected]>