Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2022-02-22 10:39:57 +0300
committerGitHub <noreply@github.com>2022-02-22 10:39:57 +0300
commit9ac8e806602e9f6e3b6384116b176cf6ebf6991f (patch)
tree5c5e18958fe35417a2d63044194a1b9f4019ca5f
parent3a9b0b8b6f674a0d032682ef9062b1f1243053c1 (diff)
remove opacity utlitilies from example CSS (#35877)
These are included in Bootstrap itself now Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--site/content/docs/5.1/examples/list-groups/list-groups.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/site/content/docs/5.1/examples/list-groups/list-groups.css b/site/content/docs/5.1/examples/list-groups/list-groups.css
index 72f7b83022..2aaff18805 100644
--- a/site/content/docs/5.1/examples/list-groups/list-groups.css
+++ b/site/content/docs/5.1/examples/list-groups/list-groups.css
@@ -1,6 +1,3 @@
-.opacity-50 { opacity: .5; }
-.opacity-75 { opacity: .75; }
-
.list-group {
width: auto;
max-width: 460px;