From: XhmikosR Date: Thu, 24 Jun 2021 08:04:29 +0000 (+0300) Subject: Backport #34336 X-Git-Tag: v4.6.1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c9951203ca93bc45f02e2d9896d08c2ae6cc0c5;p=thirdparty%2Fbootstrap.git Backport #34336 Remove unneeded `.text-white-50` CSS rule This is already part of Bootstrap 4.6 and 5.0. --- diff --git a/site/content/docs/4.6/examples/offcanvas/offcanvas.css b/site/content/docs/4.6/examples/offcanvas/offcanvas.css index 9c78f02e5e..e389ffdd64 100644 --- a/site/content/docs/4.6/examples/offcanvas/offcanvas.css +++ b/site/content/docs/4.6/examples/offcanvas/offcanvas.css @@ -67,8 +67,6 @@ body { color: #343a40; } -.text-white-50 { color: rgba(255, 255, 255, .5); } - .bg-purple { background-color: #6f42c1; } .lh-100 { line-height: 1; }