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:
authorXhmikosR <xhmikosr@gmail.com>2020-12-03 17:18:59 +0300
committerGitHub <noreply@github.com>2020-12-03 17:18:59 +0300
commitcfe31592d7b487a769fd8d14ddf7898c07425280 (patch)
tree79d9dc546df2099295a948a26ca2f9ae71a3a733 /dist/css/bootstrap.css
parentcfd00b5eeb7b7440afb3f115a66ea3c58e2e2d5d (diff)
Dist (#32323)
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 07031d583a..851522b540 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1914,7 +1914,6 @@ progress {
}
.table {
--bs-table-bg: transparent;
- --bs-table-accent-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
@@ -3754,7 +3753,7 @@ textarea.form-control-lg {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.btn-group-vertical > .btn:not(:first-child),
+.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
@@ -4397,11 +4396,9 @@ textarea.form-control-lg {
.breadcrumb {
display: flex;
flex-wrap: wrap;
- padding: 0.5rem 1rem;
+ padding: 0 0;
margin-bottom: 1rem;
list-style: none;
- background-color: #e9ecef;
- border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
@@ -4411,7 +4408,7 @@ textarea.form-control-lg {
float: left;
padding-right: 0.5rem;
color: #6c757d;
- content: "/";
+ content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
color: #6c757d;