From: Christian Oliff Date: Thu, 24 Jun 2021 07:51:17 +0000 (+0900) Subject: Remove unneeded `.text-white-50` CSS rule (#34336) X-Git-Tag: v5.1.0~112 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=088ef6298203255d28c3eb058709cbb501d07c2c;p=thirdparty%2Fbootstrap.git Remove unneeded `.text-white-50` CSS rule (#34336) This is already part of Bootstrap 4.6 and 5.0. --- diff --git a/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css b/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css index 29e26b11bd..97fe8399cf 100644 --- a/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css +++ b/site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css @@ -62,6 +62,6 @@ body { color: #343a40; } -.text-white-50 { color: rgba(255, 255, 255, .5); } - -.bg-purple { background-color: #6f42c1; } +.bg-purple { + background-color: #6f42c1; +}