diff options
| author | XhmikosR <[email protected]> | 2021-06-24 11:04:29 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-07-21 16:20:01 +0300 |
| commit | 6c9951203ca93bc45f02e2d9896d08c2ae6cc0c5 (patch) | |
| tree | 964033658721f861ed6ad5ff75dfe4a2ad712f76 | |
| parent | ec986fcb57b4c37430d80b5a06ca82d0bee8eb74 (diff) | |
| download | bootstrap-6c9951203ca93bc45f02e2d9896d08c2ae6cc0c5.tar.xz bootstrap-6c9951203ca93bc45f02e2d9896d08c2ae6cc0c5.zip | |
Backport #34336
Remove unneeded `.text-white-50` CSS rule
This is already part of Bootstrap 4.6 and 5.0.
| -rw-r--r-- | site/content/docs/4.6/examples/offcanvas/offcanvas.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/site/content/docs/4.6/examples/offcanvas/offcanvas.css b/site/content/docs/4.6/examples/offcanvas/offcanvas.css index 9c78f02e5..e389ffdd6 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; } |
