Skip to content

Commit 8da307a

Browse files
committed
update to v4.6.2
1 parent d4f866c commit 8da307a

File tree

191 files changed

+3920
-4638
lines changed

Some content is hidden

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

191 files changed

+3920
-4638
lines changed

dist/cerulean/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cerulean 4.6.1
1+
// Cerulean 4.6.2
22
// Bootswatch
33

44

dist/cerulean/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cerulean 4.6.1
1+
// Cerulean 4.6.2
22
// Bootswatch
33

44
//

dist/cerulean/bootstrap.css

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
2-
* Bootswatch v4.6.1
2+
* Bootswatch v4.6.2
33
* Homepage: https://bootswatch.com
4-
* Copyright 2012-2021 Thomas Park
4+
* Copyright 2012-2022 Thomas Park
55
* Licensed under MIT
66
* Based on Bootstrap
77
*/
88
/*!
9-
* Bootstrap v4.6.1 (https://getbootstrap.com/)
10-
* Copyright 2011-2021 The Bootstrap Authors
11-
* Copyright 2011-2021 Twitter, Inc.
9+
* Bootstrap v4.6.2 (https://getbootstrap.com/)
10+
* Copyright 2011-2022 The Bootstrap Authors
11+
* Copyright 2011-2022 Twitter, Inc.
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
1414
:root {
@@ -430,7 +430,7 @@ hr {
430430

431431
small,
432432
.small {
433-
font-size: 80%;
433+
font-size: 0.875em;
434434
font-weight: 400;
435435
}
436436

@@ -470,7 +470,7 @@ mark,
470470

471471
.blockquote-footer {
472472
display: block;
473-
font-size: 80%;
473+
font-size: 0.875em;
474474
color: #868e96;
475475
}
476476

@@ -2228,7 +2228,7 @@ textarea.form-control {
22282228
display: none;
22292229
width: 100%;
22302230
margin-top: 0.25rem;
2231-
font-size: 80%;
2231+
font-size: 0.875em;
22322232
color: #73a839;
22332233
}
22342234

@@ -2339,7 +2339,7 @@ textarea.form-control {
23392339
display: none;
23402340
width: 100%;
23412341
margin-top: 0.25rem;
2342-
font-size: 80%;
2342+
font-size: 0.875em;
23432343
color: #c71c22;
23442344
}
23452345

@@ -3201,6 +3201,18 @@ input[type="button"].btn-block {
32013201
}
32023202
}
32033203

3204+
.collapsing.width {
3205+
width: 0;
3206+
height: auto;
3207+
transition: width 0.35s ease;
3208+
}
3209+
3210+
@media (prefers-reduced-motion: reduce) {
3211+
.collapsing.width {
3212+
transition: none;
3213+
}
3214+
}
3215+
32043216
.dropup,
32053217
.dropright,
32063218
.dropdown,
@@ -3792,6 +3804,7 @@ input[type="button"].btn-block {
37923804
padding-left: 1.5rem;
37933805
-webkit-print-color-adjust: exact;
37943806
color-adjust: exact;
3807+
print-color-adjust: exact;
37953808
}
37963809

37973810
.custom-control-inline {
@@ -3853,7 +3866,7 @@ input[type="button"].btn-block {
38533866
pointer-events: none;
38543867
content: "";
38553868
background-color: #fff;
3856-
border: #adb5bd solid 1px;
3869+
border: 1px solid #adb5bd;
38573870
}
38583871

38593872
.custom-control-label::after {
@@ -4286,12 +4299,14 @@ input[type="button"].btn-block {
42864299

42874300
.nav-tabs .nav-link {
42884301
margin-bottom: -1px;
4302+
background-color: transparent;
42894303
border: 1px solid transparent;
42904304
border-top-left-radius: 0.25rem;
42914305
border-top-right-radius: 0.25rem;
42924306
}
42934307

42944308
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
4309+
isolation: isolate;
42954310
border-color: #e9ecef #e9ecef #dee2e6;
42964311
}
42974312

@@ -4315,6 +4330,8 @@ input[type="button"].btn-block {
43154330
}
43164331

43174332
.nav-pills .nav-link {
4333+
background: none;
4334+
border: 0;
43184335
border-radius: 0.25rem;
43194336
}
43204337

@@ -6209,8 +6226,8 @@ a.close.disabled {
62096226
text-transform: none;
62106227
letter-spacing: normal;
62116228
word-break: normal;
6212-
word-spacing: normal;
62136229
white-space: normal;
6230+
word-spacing: normal;
62146231
line-break: auto;
62156232
font-size: 0.875rem;
62166233
word-wrap: break-word;
@@ -6322,8 +6339,8 @@ a.close.disabled {
63226339
text-transform: none;
63236340
letter-spacing: normal;
63246341
word-break: normal;
6325-
word-spacing: normal;
63266342
white-space: normal;
6343+
word-spacing: normal;
63276344
line-break: auto;
63286345
font-size: 0.875rem;
63296346
word-wrap: break-word;
@@ -6689,7 +6706,7 @@ a.close.disabled {
66896706
width: 2rem;
66906707
height: 2rem;
66916708
vertical-align: -0.125em;
6692-
border: 0.25em solid currentColor;
6709+
border: 0.25em solid currentcolor;
66936710
border-right-color: transparent;
66946711
border-radius: 50%;
66956712
-webkit-animation: .75s linear infinite spinner-border;
@@ -6731,7 +6748,7 @@ a.close.disabled {
67316748
width: 2rem;
67326749
height: 2rem;
67336750
vertical-align: -0.125em;
6734-
background-color: currentColor;
6751+
background-color: currentcolor;
67356752
border-radius: 50%;
67366753
opacity: 0;
67376754
-webkit-animation: .75s linear infinite spinner-grow;

dist/cerulean/bootstrap.min.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cosmo/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cosmo 4.6.1
1+
// Cosmo 4.6.2
22
// Bootswatch
33

44

dist/cosmo/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cosmo 4.6.1
1+
// Cosmo 4.6.2
22
// Bootswatch
33

44
//

dist/cosmo/bootstrap.css

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
2-
* Bootswatch v4.6.1
2+
* Bootswatch v4.6.2
33
* Homepage: https://bootswatch.com
4-
* Copyright 2012-2021 Thomas Park
4+
* Copyright 2012-2022 Thomas Park
55
* Licensed under MIT
66
* Based on Bootstrap
77
*/
88
/*!
9-
* Bootstrap v4.6.1 (https://getbootstrap.com/)
10-
* Copyright 2011-2021 The Bootstrap Authors
11-
* Copyright 2011-2021 Twitter, Inc.
9+
* Bootstrap v4.6.2 (https://getbootstrap.com/)
10+
* Copyright 2011-2022 The Bootstrap Authors
11+
* Copyright 2011-2022 Twitter, Inc.
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
1414
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");
@@ -430,7 +430,7 @@ hr {
430430

431431
small,
432432
.small {
433-
font-size: 80%;
433+
font-size: 0.875em;
434434
font-weight: 400;
435435
}
436436

@@ -470,7 +470,7 @@ mark,
470470

471471
.blockquote-footer {
472472
display: block;
473-
font-size: 80%;
473+
font-size: 0.875em;
474474
color: #868e96;
475475
}
476476

@@ -2224,7 +2224,7 @@ textarea.form-control {
22242224
display: none;
22252225
width: 100%;
22262226
margin-top: 0.25rem;
2227-
font-size: 80%;
2227+
font-size: 0.875em;
22282228
color: #3fb618;
22292229
}
22302230

@@ -2334,7 +2334,7 @@ textarea.form-control {
23342334
display: none;
23352335
width: 100%;
23362336
margin-top: 0.25rem;
2337-
font-size: 80%;
2337+
font-size: 0.875em;
23382338
color: #ff0039;
23392339
}
23402340

@@ -3195,6 +3195,18 @@ input[type="button"].btn-block {
31953195
}
31963196
}
31973197

3198+
.collapsing.width {
3199+
width: 0;
3200+
height: auto;
3201+
transition: width 0.35s ease;
3202+
}
3203+
3204+
@media (prefers-reduced-motion: reduce) {
3205+
.collapsing.width {
3206+
transition: none;
3207+
}
3208+
}
3209+
31983210
.dropup,
31993211
.dropright,
32003212
.dropdown,
@@ -3703,6 +3715,7 @@ input[type="button"].btn-block {
37033715
padding-left: 1.5rem;
37043716
-webkit-print-color-adjust: exact;
37053717
color-adjust: exact;
3718+
print-color-adjust: exact;
37063719
}
37073720

37083721
.custom-control-inline {
@@ -3764,7 +3777,7 @@ input[type="button"].btn-block {
37643777
pointer-events: none;
37653778
content: "";
37663779
background-color: #fff;
3767-
border: #adb5bd solid 1px;
3780+
border: 1px solid #adb5bd;
37683781
}
37693782

37703783
.custom-control-label::after {
@@ -4184,10 +4197,12 @@ input[type="button"].btn-block {
41844197

41854198
.nav-tabs .nav-link {
41864199
margin-bottom: -1px;
4200+
background-color: transparent;
41874201
border: 1px solid transparent;
41884202
}
41894203

41904204
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
4205+
isolation: isolate;
41914206
border-color: #e9ecef #e9ecef #dee2e6;
41924207
}
41934208

@@ -4208,6 +4223,11 @@ input[type="button"].btn-block {
42084223
margin-top: -1px;
42094224
}
42104225

4226+
.nav-pills .nav-link {
4227+
background: none;
4228+
border: 0;
4229+
}
4230+
42114231
.nav-pills .nav-link.active,
42124232
.nav-pills .show > .nav-link {
42134233
color: #fff;
@@ -5940,8 +5960,8 @@ a.close.disabled {
59405960
text-transform: none;
59415961
letter-spacing: normal;
59425962
word-break: normal;
5943-
word-spacing: normal;
59445963
white-space: normal;
5964+
word-spacing: normal;
59455965
line-break: auto;
59465966
font-size: 0.825rem;
59475967
word-wrap: break-word;
@@ -6052,8 +6072,8 @@ a.close.disabled {
60526072
text-transform: none;
60536073
letter-spacing: normal;
60546074
word-break: normal;
6055-
word-spacing: normal;
60566075
white-space: normal;
6076+
word-spacing: normal;
60576077
line-break: auto;
60586078
font-size: 0.825rem;
60596079
word-wrap: break-word;
@@ -6415,7 +6435,7 @@ a.close.disabled {
64156435
width: 2rem;
64166436
height: 2rem;
64176437
vertical-align: -0.125em;
6418-
border: 0.25em solid currentColor;
6438+
border: 0.25em solid currentcolor;
64196439
border-right-color: transparent;
64206440
border-radius: 50%;
64216441
-webkit-animation: .75s linear infinite spinner-border;
@@ -6457,7 +6477,7 @@ a.close.disabled {
64576477
width: 2rem;
64586478
height: 2rem;
64596479
vertical-align: -0.125em;
6460-
background-color: currentColor;
6480+
background-color: currentcolor;
64616481
border-radius: 50%;
64626482
opacity: 0;
64636483
-webkit-animation: .75s linear infinite spinner-grow;

dist/cosmo/bootstrap.min.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cyborg/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cyborg 4.6.1
1+
// Cyborg 4.6.2
22
// Bootswatch
33

44

dist/cyborg/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cyborg 4.6.1
1+
// Cyborg 4.6.2
22
// Bootswatch
33

44
//

0 commit comments

Comments
 (0)