1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Revert border-color change (#36238)

* 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
This commit is contained in:
Mark Otto
2022-04-29 13:59:41 -07:00
committed by GitHub
parent ebb1f485d3
commit 7745730e41
4 changed files with 16 additions and 10 deletions

View File

@@ -56,6 +56,7 @@
--#{$prefix}border-width: #{$border-width};
--#{$prefix}border-style: #{$border-style};
--#{$prefix}border-color: #{$border-color};
--#{$prefix}border-color-translucent: #{$border-color-translucent};
--#{$prefix}border-opacity: 1;
--#{$prefix}border-radius: #{$border-radius};