aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2020-06-25Remove backdrop-filter from toastsMark Otto1-1/+0
2020-06-25Fix scrollable modal (#31151)Shohei Yoshida1-2/+3
Co-authored-by: XhmikosR <[email protected]>
2020-06-24Fix table separator typo (#31162)Jorge González2-2/+2
2020-06-23Darken dropdown divider (#31131)Patrick H. Lauke1-1/+1
currently, `$gray-200` is practically imperceptible. switch to reusing `$dropdown-border-color`.
2020-06-20Fixes #31113 (#31120)Mark Otto1-1/+1
2020-06-17feat: adds th null var (#30781)Catalin Zalog2-4/+8
Inherit `font-weight: bold` that comes from user agent stylesheets.
2020-06-16Rename "master" to "main". (#31050)XhmikosR4-4/+4
2020-06-16v5: Add role=button cursor in Reboot (#31040)Mark Otto1-0/+7
* v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <[email protected]>
2020-06-15Clarify removal of border radiiMartijn Cuppens1-4/+5
2020-06-15Switch to btn-checkMartijn Cuppens4-13/+13
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens4-42/+34
2020-06-14Change breakpoint-max implementationMartijn Cuppens3-11/+10
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-06-12🔥 Remove container duplicationk-utsumi2-15/+1
2020-06-12v5: Redo blockquote attributions (#30814)Mark Otto2-6/+12
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-06-12Stylelint: remove redundant disables (#31006)XhmikosR2-3/+1
2020-06-09fix(grid): zero min-width on .col has too much side-effects (#30979)Gaël Poupard1-1/+0
Co-authored-by: XhmikosR <[email protected]>
2020-06-09Fix undefined custom properties in reboot (#30981)Martijn Cuppens3-2/+6
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma1-0/+2
- Closes #28423
2020-06-08Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard1-0/+1
2020-05-31Restore word-break: break-word on .text-break to fix text breaking on flex ↵Mark Otto1-1/+1
containers (#30932)
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr1-0/+1
2020-05-20v5: Make navbar active links consistent (#30831)Mark Otto1-4/+0
* Update navbar docs to put .active class on .nav-link Fixes #30652 in v5. * Remove two selectors from navbar nav that are either unused, or duplicative Co-authored-by: XhmikosR <[email protected]>
2020-05-20Code simplificationMartijn Cuppens1-20/+7
2020-05-20feat(color-contrast): set min-contrast-ratio as an argumentGaël Poupard1-1/+1
2020-05-20feat(color-contrast): ensure we return a contrasted enough color ↵Gaël Poupard1-2/+33
(light-first), the most contrasted one otherwise
2020-05-19Fix gradient on switch checkbox (#30868)Martijn Cuppens1-1/+1
2020-05-15Prevent conflicts with components with classes (#30830)Martijn Cuppens1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-05-15v5: Add border-radius to .card-img-overlay (#30817)Mark Otto1-0/+1
Allows use of background-color and more. Fixes #29033 for v5. Co-authored-by: XhmikosR <[email protected]>
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]>