aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/utilities/borders.md
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13Prepare v5.2.0-beta1Mark Otto1-164/+0
2022-05-05Iterate on border utilities (#36239)Mark Otto1-4/+19
* Remove `--bs-border-opacity: 1` from `.border-*` utilities We set `--bs-border-opacity: 1` globally at the `:root` level, so redeclaring it on every `.border-*` utility doesn't make much sense. I think we can drop this. * Remove global border-opacity var, restore on .border-color classes, move .border-color utils down the list to fix some specificity issues * Add some demos of border utils to the docs
2022-04-29Revert `border-color` change (#36238)Mark Otto1-2/+6
* Revert `border-color` change * Add new border-color-translucent for when we want optional alpha-transparency in our border-color Apply to drodpowns, modals, offcanvas, popovers, and toasts * bundlewatch
2022-04-07Revert border-color utilities to use the CSS property instead of the variableMark Otto1-0/+6
2022-03-12Convert added in badges to shortcode (#36007)Mark Otto1-1/+1
2022-03-11Redesign the "Added in" badges in the docs (#35980)Mark Otto1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2022-03-11Adjust border-radius values and add some new utilitiesMark Otto1-0/+2
- Updates global border-radius values for a more modern appearance - New .fw-semibold - New .rounded-4 and .rounded-5
2022-02-28Convert border utilities to CSS variablesMark Otto1-3/+41
- Updates the utilities mixin to check for specific CSS variable names via `css-variable` - Bonus fix: we now prevent local variables for `0` value utilities (e.g., `.border-top-0` no longer sets `--bs-border-opacity: 1` - Adds new `.border-opacity-*` classes - Adds new root variables: `--bs-border-color`, `--bs-border-style`, `--bs-border-width` - Documents the new variable changes
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-0/+99