aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2020-11-03Form file docs and overrides (#32058)Gaël Poupard1-1/+1
2020-10-31Add class name so the utility generatesMark Otto1-0/+1
2020-10-30Updated .rounded utilities (#31687)Mark Otto2-10/+11
* Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Small copy addition * Add example modifier class for spacing Co-authored-by: XhmikosR <[email protected]>
2020-10-30Fix color heights (#32023)Martijn Cuppens1-6/+9
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke1-1/+5
* Add `cursor:pointer` for color inputs * Add to migration guide
2020-10-29Remove explicit heights on form elements (#31993)Martijn Cuppens4-24/+26
* Remove explicit heights * Link to upstream bug Co-authored-by: XhmikosR <[email protected]>
2020-10-28Use the same font on the button as on the field itselfMartijn Cuppens2-3/+9
2020-10-28Fix Firefox padding issueMartijn Cuppens1-0/+3
Caused by https://searchfox.org/mozilla-central/rev/0b7007a23bc16c857f894140e12f307bfeef2fdd/layout/style/res/forms.css#494
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens6-155/+81
2020-10-27v5: Floating labels (#30449)Mark Otto4-3/+96
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <[email protected]>
2020-10-26v5: Add .fs-* utilities for font-size and rename font-weight/-style ↵Mark Otto2-5/+22
utilities (#30571) * v5: Add .fs-* utilities for font-size - Adds new font-sizes Sass map - Generates six new classes for setting only font-size - Updates docs to mention this, including a scss-docs reference * Update font utilities - Make .fs-* utils for font-size use RFS - Rename .font-weight-* utils to .fw-* - Rename .font-style-* utils to .f-* - Update order of utilities a bit - Update docs to match * Update migration docs to make note of these changes * Be more specific in font-size docs about scale * Update font-style abbreviation to .fst * Fix font-weight property * Formatting & font style utility fix * Move to Alpha 3 migration section * Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide * Tweak language on example Co-authored-by: Martijn Cuppens <[email protected]>
2020-10-26Fix border radius for inputs groups with validationMartijn Cuppens1-0/+7
2020-10-26Fix border radii on validation messagesMartijn Cuppens1-1/+6
2020-10-26Require `.has-validation` class to fix border radii on form elementsMartijn Cuppens1-3/+5
2020-10-26Remove background-clip from .btn-closeMark Otto1-1/+0
2020-10-22Handle the Ubuntu sans-serif case (#31657)Gaël Poupard1-1/+1
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu). I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today… BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts. Co-authored-by: XhmikosR <[email protected]>
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard2-0/+7
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion * docs(migration): mention scroll-behavior in alpha3 * docs(accessibility): mention scroll-behavior in reduced motion section * docs(accessibility): rewording smooth scroll sentence * feat(variable): introduce enable-smooth-scroll variable * docs(accessibility): reword smooth-scroll sentence Co-authored-by: XhmikosR <[email protected]>
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard1-0/+9
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-13Adding overflow visible as utilGaurav Behere1-1/+1
2020-10-13Colors rewrite (#30622)Martijn Cuppens9-134/+130
2020-10-07Alert : Added z-index for close button (#31826)Ankit Mishra1-0/+1
Co-authored-by: Ankit Mishra <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-09-30Add Sass variable for CSS variable prefix (#31684)Mark Otto9-52/+56
* Add Sass variable for CSS variable prefix * Update other --bs-* var instances
2020-09-29feat(colors): bump dark to gray-900 (#30550)Gaël Poupard1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-09-29Fix disabled checkbox toggle buttons (#31651)Nikita Mikhaylov2-2/+15
* fix disabled checkbox toggle buttons * add disabled checks-radios examples in documentation Co-authored-by: XhmikosR <[email protected]>
2020-09-29Suppress flexbox side effects in breadcrumb (#31700)Martijn Cuppens1-3/+1
* Suppress flexbox side effects * Trailing whitesapce Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR4-4/+4
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR1-1/+1
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR9-19/+19
2020-09-28_variables: change $btn-close-bg's attribute order (#31772)XhmikosR1-1/+1
Just to save a few bytes from the compressed files.
2020-09-25Restore `rem` unit (#31746)Martijn Cuppens1-1/+1
Fix unintentional unit change in https://github.com/twbs/bootstrap/commit/1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4#diff-d8ee409a461718bfb6240710c8c73382
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto2-4/+25
* Replace existing carousel control icons with chevrons from Bootstrap Icons * Add .carousel-dark variant * Test * Add variable for .carousel-dark filter * Update _variables.scss Co-authored-by: XhmikosR <[email protected]>
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto2-0/+54
* Add .dropdown-menu-dark * Match background color to navbar dark * Update docs to include a navbar example * Update dropdowns.md Co-authored-by: XhmikosR <[email protected]>
2020-09-23Forgot to divide by 2Mark Otto1-2/+2
2020-09-23Match container gutters with row guttersMark Otto2-4/+6
- Replaces make-container mixin's padding-x param with gutter to match naming - Changes value of container padding variable to match grid gutter width variable - Uses local CSS variable for container padding Fixes #31642
2020-09-23Updates to .ratio selectors and docsMark Otto1-5/+1
- Remove group selector for ratio items - Drop the .ratio-item entirely - Update docs to explain updated approach - Update Migration guide to reflect the latest
2020-09-23Rename the classes and docs page, update everything accordinglyMark Otto3-12/+13
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto2-19/+7
- Renames .embed-responsive-XbyY classes to .embed-responsive-XxY - Simplifies the Sass map to just be key and value, ratio and percentage - Builds .embed-responsive-* modifiers with CSS variables - Updates docs to show power of CSS variables - Add notes to the Migration guide
2020-09-23Input group addon sass customization options (#31729)Martijn Cuppens2-2/+5
2020-09-22Add more variables, add a comment for the 3Mark Otto3-12/+15
2020-09-22Double the brightness for improved focus contrastMark Otto1-1/+1
2020-09-22Update .btn-close-white to use grayscale() filter too for better focus stylesMark Otto1-1/+1
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto3-1/+10
some more close examples, and add a new .btn-close-white variant
2020-09-22Tweak sizing and alignment of .btn-close in modal headersMark Otto1-4/+3
2020-09-22Add opacity variables, set opacity on disabled stateMark Otto2-3/+8
2020-09-22Increase width of focus styles so it's more pixel perfect out of the boxMark Otto1-1/+1
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto4-31/+32
focus state
2020-09-22Add new variable for -padding-xMark Otto2-1/+2
2020-09-20Extra position utilities (#31280)Jaume Sala2-0/+34
* Extra position utilities Given that there are utilities for the *position* property, it seems logic to have utilities for the *top*, *left*, *bottom* and *right* propertires. * Update extra position utilities * add default position values map * tweak examples * add real life examples * fix double colon Co-authored-by: XhmikosR <[email protected]>
2020-09-17docs: fix a few redirects (#31689)XhmikosR1-1/+1
* Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one
2020-09-15Update Stylelint rulesXhmikosR1-0/+1
Enable `scss/selector-no-union-class-name`