]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unneeded `.text-white-50` CSS rule (#34336)
authorChristian Oliff <christianoliff@pm.me>
Thu, 24 Jun 2021 07:51:17 +0000 (16:51 +0900)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 07:51:17 +0000 (10:51 +0300)
This is already part of Bootstrap 4.6 and 5.0.

site/content/docs/5.0/examples/offcanvas-navbar/offcanvas.css

index 29e26b11bd8b42323c357ab4b443bd2397a2c69d..97fe8399cf4d24a42980ac203654a440105abc62 100644 (file)
@@ -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;
+}