Skip to content

Commit 9232017

Browse files
authored
Merge 9f4cf57 into b9cb377
2 parents b9cb377 + 9f4cf57 commit 9232017

File tree

88 files changed

+8398
-7362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+8398
-7362
lines changed

dist/css/bootstrap-dark-prefers-light.css

Lines changed: 77 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ hr {
446446

447447
.small,
448448
small {
449-
font-size: 80%;
449+
font-size: .875em;
450450
font-weight: 400;
451451
}
452452

@@ -486,7 +486,7 @@ mark {
486486

487487
.blockquote-footer {
488488
display: block;
489-
font-size: 80%;
489+
font-size: .875em;
490490
color: #6c757d;
491491
}
492492

@@ -2271,11 +2271,6 @@ pre code {
22712271
border: 0;
22722272
}
22732273

2274-
.form-control:-moz-focusring {
2275-
color: transparent;
2276-
text-shadow: 0 0 0 #dee2e6;
2277-
}
2278-
22792274
.form-control:focus {
22802275
color: #dee2e6;
22812276
background-color: #191d21;
@@ -2319,6 +2314,11 @@ input[type=time].form-control {
23192314
appearance: none;
23202315
}
23212316

2317+
select.form-control:-moz-focusring {
2318+
color: transparent;
2319+
text-shadow: 0 0 0 #dee2e6;
2320+
}
2321+
23222322
select.form-control:focus::-ms-value {
23232323
color: #dee2e6;
23242324
background-color: #000;
@@ -2457,7 +2457,7 @@ textarea.form-control {
24572457
display: none;
24582458
width: 100%;
24592459
margin-top: .25rem;
2460-
font-size: 80%;
2460+
font-size: .875em;
24612461
color: #28a745;
24622462
}
24632463

@@ -2492,7 +2492,7 @@ textarea.form-control {
24922492
.form-control.is-valid,
24932493
.was-validated .form-control:valid {
24942494
border-color: #28a745;
2495-
padding-right: calc(1.5em + .75rem);
2495+
padding-right: calc(1.5em + .75rem)!important;
24962496
background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=8 height=8 viewBox=0 0 8 8%3e%3cpath fill=%2328a745 d=M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z/%3e%3c/svg%3e");
24972497
background-repeat: no-repeat;
24982498
background-position: right calc(.375em + .1875rem) center;
@@ -2505,6 +2505,12 @@ textarea.form-control {
25052505
box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
25062506
}
25072507

2508+
.was-validated select.form-control:valid,
2509+
select.form-control.is-valid {
2510+
padding-right: 3rem!important;
2511+
background-position: right 1.5rem center;
2512+
}
2513+
25082514
.was-validated textarea.form-control:valid,
25092515
textarea.form-control.is-valid {
25102516
padding-right: calc(1.5em + .75rem);
@@ -2514,7 +2520,7 @@ textarea.form-control.is-valid {
25142520
.custom-select.is-valid,
25152521
.was-validated .custom-select:valid {
25162522
border-color: #28a745;
2517-
padding-right: calc(.75em + 2.3125rem);
2523+
padding-right: calc(.75em + 2.3125rem)!important;
25182524
background: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=4 height=5 viewBox=0 0 4 5%3e%3cpath fill=%23343a40 d=M2 0L0 2h4zm0 5L0 3h4z/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=8 height=8 viewBox=0 0 8 8%3e%3cpath fill=%2328a745 d=M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
25192525
}
25202526

@@ -2577,7 +2583,7 @@ textarea.form-control.is-valid {
25772583
display: none;
25782584
width: 100%;
25792585
margin-top: .25rem;
2580-
font-size: 80%;
2586+
font-size: .875em;
25812587
color: #dc3545;
25822588
}
25832589

@@ -2612,7 +2618,7 @@ textarea.form-control.is-valid {
26122618
.form-control.is-invalid,
26132619
.was-validated .form-control:invalid {
26142620
border-color: #dc3545;
2615-
padding-right: calc(1.5em + .75rem);
2621+
padding-right: calc(1.5em + .75rem)!important;
26162622
background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=12 height=12 fill=none stroke=%23dc3545 viewBox=0 0 12 12%3e%3ccircle cx=6 cy=6 r=4.5/%3e%3cpath stroke-linejoin=round d=M5.8 3.6h.4L6 6.5z/%3e%3ccircle cx=6 cy=8.2 r=.6 fill=%23dc3545 stroke=none/%3e%3c/svg%3e");
26172623
background-repeat: no-repeat;
26182624
background-position: right calc(.375em + .1875rem) center;
@@ -2625,6 +2631,12 @@ textarea.form-control.is-valid {
26252631
box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
26262632
}
26272633

2634+
.was-validated select.form-control:invalid,
2635+
select.form-control.is-invalid {
2636+
padding-right: 3rem!important;
2637+
background-position: right 1.5rem center;
2638+
}
2639+
26282640
.was-validated textarea.form-control:invalid,
26292641
textarea.form-control.is-invalid {
26302642
padding-right: calc(1.5em + .75rem);
@@ -2634,7 +2646,7 @@ textarea.form-control.is-invalid {
26342646
.custom-select.is-invalid,
26352647
.was-validated .custom-select:invalid {
26362648
border-color: #dc3545;
2637-
padding-right: calc(.75em + 2.3125rem);
2649+
padding-right: calc(.75em + 2.3125rem)!important;
26382650
background: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=4 height=5 viewBox=0 0 4 5%3e%3cpath fill=%23343a40 d=M2 0L0 2h4zm0 5L0 3h4z/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=12 height=12 fill=none stroke=%23dc3545 viewBox=0 0 12 12%3e%3ccircle cx=6 cy=6 r=4.5/%3e%3cpath stroke-linejoin=round d=M5.8 3.6h.4L6 6.5z/%3e%3ccircle cx=6 cy=8.2 r=.6 fill=%23dc3545 stroke=none/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
26392651
}
26402652

@@ -3510,6 +3522,18 @@ input[type=submit].btn-block {
35103522
}
35113523
}
35123524

3525+
.collapsing.width {
3526+
width: 0;
3527+
height: auto;
3528+
transition: width .35s ease;
3529+
}
3530+
3531+
@media (prefers-reduced-motion:reduce) {
3532+
.collapsing.width {
3533+
transition: none;
3534+
}
3535+
}
3536+
35133537
.dropdown,
35143538
.dropleft,
35153539
.dropright,
@@ -3946,19 +3970,26 @@ input[type=submit].btn-block {
39463970
align-items: center;
39473971
}
39483972

3949-
.input-group > .custom-file:not(:first-child) .custom-file-label,
3950-
.input-group > .custom-file:not(:last-child) .custom-file-label {
3973+
.input-group > .custom-file:not(:last-child) .custom-file-label,
3974+
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
3975+
border-top-right-radius: 0;
3976+
border-bottom-right-radius: 0;
3977+
}
3978+
3979+
.input-group > .custom-file:not(:first-child) .custom-file-label {
39513980
border-top-left-radius: 0;
39523981
border-bottom-left-radius: 0;
39533982
}
39543983

3984+
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
39553985
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
39563986
.input-group:not(.has-validation) > .custom-select:not(:last-child),
39573987
.input-group:not(.has-validation) > .form-control:not(:last-child) {
39583988
border-top-right-radius: 0;
39593989
border-bottom-right-radius: 0;
39603990
}
39613991

3992+
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
39623993
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after,
39633994
.input-group.has-validation > .custom-select:nth-last-child(n+3),
39643995
.input-group.has-validation > .form-control:nth-last-child(n+3) {
@@ -4099,8 +4130,7 @@ input[type=submit].btn-block {
40994130
display: block;
41004131
min-height: 1.5rem;
41014132
padding-left: 1.5rem;
4102-
-webkit-print-color-adjust: exact;
4103-
color-adjust: exact;
4133+
print-color-adjust: exact;
41044134
}
41054135

41064136
.custom-control-inline {
@@ -4163,7 +4193,7 @@ input[type=submit].btn-block {
41634193
pointer-events: none;
41644194
content: "";
41654195
background-color: #fff;
4166-
border: #adb5bd solid 1px;
4196+
border: 1px solid #adb5bd;
41674197
}
41684198

41694199
.custom-control-label::after {
@@ -4593,13 +4623,15 @@ input[type=submit].btn-block {
45934623

45944624
.nav-tabs .nav-link {
45954625
margin-bottom: -1px;
4626+
background-color: transparent;
45964627
border: 1px solid transparent;
45974628
border-top-left-radius: .25rem;
45984629
border-top-right-radius: .25rem;
45994630
}
46004631

46014632
.nav-tabs .nav-link:focus,
46024633
.nav-tabs .nav-link:hover {
4634+
isolation: isolate;
46034635
border-color: #495057 #495057 rgba(255,255,255,.125);
46044636
}
46054637

@@ -4623,6 +4655,8 @@ input[type=submit].btn-block {
46234655
}
46244656

46254657
.nav-pills .nav-link {
4658+
background: 0 0;
4659+
border: 0;
46264660
border-radius: .25rem;
46274661
}
46284662

@@ -6586,8 +6620,8 @@ a.close.disabled {
65866620
text-transform: none;
65876621
letter-spacing: normal;
65886622
word-break: normal;
6589-
word-spacing: normal;
65906623
white-space: normal;
6624+
word-spacing: normal;
65916625
line-break: auto;
65926626
font-size: .875rem;
65936627
word-wrap: break-word;
@@ -6711,8 +6745,8 @@ a.close.disabled {
67116745
text-transform: none;
67126746
letter-spacing: normal;
67136747
word-break: normal;
6714-
word-spacing: normal;
67156748
white-space: normal;
6749+
word-spacing: normal;
67166750
line-break: auto;
67176751
font-size: .875rem;
67186752
word-wrap: break-word;
@@ -6962,8 +6996,11 @@ a.close.disabled {
69626996
align-items: center;
69636997
justify-content: center;
69646998
width: 15%;
6999+
padding: 0;
69657000
color: #fff;
69667001
text-align: center;
7002+
background: 0 0;
7003+
border: 0;
69677004
opacity: .5;
69687005
transition: opacity .15s ease;
69697006
}
@@ -7078,8 +7115,8 @@ a.close.disabled {
70787115
display: inline-block;
70797116
width: 2rem;
70807117
height: 2rem;
7081-
vertical-align: text-bottom;
7082-
border: .25em solid currentColor;
7118+
vertical-align: -.125em;
7119+
border: .25em solid currentcolor;
70837120
border-right-color: transparent;
70847121
border-radius: 50%;
70857122
-webkit-animation: .75s linear infinite spinner-border;
@@ -7118,8 +7155,8 @@ a.close.disabled {
71187155
display: inline-block;
71197156
width: 2rem;
71207157
height: 2rem;
7121-
vertical-align: text-bottom;
7122-
background-color: currentColor;
7158+
vertical-align: -.125em;
7159+
background-color: currentcolor;
71237160
border-radius: 50%;
71247161
opacity: 0;
71257162
-webkit-animation: .75s linear infinite spinner-grow;
@@ -11061,10 +11098,6 @@ a.text-themed-inverted:hover {
1106111098
page-break-inside: avoid;
1106211099
}
1106311100

11064-
thead {
11065-
display: table-header-group;
11066-
}
11067-
1106811101
img,
1106911102
tr {
1107011103
page-break-inside: avoid;
@@ -11530,11 +11563,6 @@ a.text-themed-inverted:hover {
1153011563
border: 0;
1153111564
}
1153211565

11533-
.form-control:-moz-focusring {
11534-
color: transparent;
11535-
text-shadow: 0 0 0 #495057;
11536-
}
11537-
1153811566
.form-control:focus {
1153911567
color: #495057;
1154011568
background-color: #fff;
@@ -11563,6 +11591,11 @@ a.text-themed-inverted:hover {
1156311591
background-color: #e9ecef;
1156411592
}
1156511593

11594+
select.form-control:-moz-focusring {
11595+
color: transparent;
11596+
text-shadow: 0 0 0 #495057;
11597+
}
11598+
1156611599
select.form-control:focus::-ms-value {
1156711600
color: #495057;
1156811601
background-color: #fff;
@@ -12488,7 +12521,7 @@ a.text-themed-inverted:hover {
1248812521

1248912522
.custom-control-label::before {
1249012523
background-color: #fff;
12491-
border: #adb5bd solid 1px;
12524+
border: 1px solid #adb5bd;
1249212525
}
1249312526

1249412527
.custom-control-label::after {
@@ -12693,6 +12726,7 @@ a.text-themed-inverted:hover {
1269312726
}
1269412727

1269512728
.nav-tabs .nav-link {
12729+
background-color: transparent;
1269612730
border: 1px solid transparent;
1269712731
}
1269812732

@@ -12714,6 +12748,11 @@ a.text-themed-inverted:hover {
1271412748
border-color: #dee2e6 #dee2e6 #fff;
1271512749
}
1271612750

12751+
.nav-pills .nav-link {
12752+
background: 0 0;
12753+
border: 0;
12754+
}
12755+
1271712756
.nav-pills .nav-link.active,
1271812757
.nav-pills .show > .nav-link {
1271912758
color: #fff;
@@ -13460,6 +13499,8 @@ a.text-themed-inverted:hover {
1346013499
.carousel-control-next,
1346113500
.carousel-control-prev {
1346213501
color: #fff;
13502+
background: 0 0;
13503+
border: 0;
1346313504
}
1346413505
}
1346513506

@@ -13509,7 +13550,7 @@ a.text-themed-inverted:hover {
1350913550
}
1351013551

1351113552
.spinner-border {
13512-
border: .25em solid currentColor;
13553+
border: .25em solid currentcolor;
1351313554
}
1351413555

1351513556
@-webkit-keyframes spinner-grow {
@@ -13535,7 +13576,7 @@ a.text-themed-inverted:hover {
1353513576
}
1353613577

1353713578
.spinner-grow {
13538-
background-color: currentColor;
13579+
background-color: currentcolor;
1353913580
}
1354013581
}
1354113582

dist/css/bootstrap-dark-prefers-light.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)