]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #34336
authorXhmikosR <xhmikosr@gmail.com>
Thu, 24 Jun 2021 08:04:29 +0000 (11:04 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 21 Jul 2021 13:20:01 +0000 (16:20 +0300)
Remove unneeded `.text-white-50` CSS rule

This is already part of Bootstrap 4.6 and 5.0.

site/content/docs/4.6/examples/offcanvas/offcanvas.css

index 9c78f02e5e26df64ecc9d5d69e800a14bd6ce3ac..e389ffdd642267c1dce83e0af861c9284d336b61 100644 (file)
@@ -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; }