Commit 3ca4d3f8 authored by Mark Otto's avatar Mark Otto
Browse files

dist

parent 487e5f8b
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 12 additions and 2 deletions
+12 -2
......@@ -3162,7 +3162,7 @@ tbody.collapse.show {
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
z-index: 2;
margin-left: -1px;
margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
......@@ -3887,6 +3887,11 @@ tbody.collapse.show {
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
......@@ -4606,10 +4611,15 @@ tbody.collapse.show {
.list-group-flush .list-group-item {
border-right: 0;
border-bottom: 0;
border-left: 0;
border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment