Skip to content

Commit 8e6358e

Browse files
committed
update to v4.6.1
1 parent c228ce0 commit 8e6358e

File tree

190 files changed

+3137
-2630
lines changed

Some content is hidden

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

190 files changed

+3137
-2630
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.0
1+
// Cerulean 4.6.1
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.0
1+
// Cerulean 4.6.1
22
// Bootswatch
33

44
//

dist/cerulean/bootstrap.css

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* Bootswatch v4.6.0
2+
* Bootswatch v4.6.1
33
* Homepage: https://bootswatch.com
44
* Copyright 2012-2021 Thomas Park
55
* Licensed under MIT
66
* Based on Bootstrap
77
*/
88
/*!
9-
* Bootstrap v4.6.0 (https://getbootstrap.com/)
9+
* Bootstrap v4.6.1 (https://getbootstrap.com/)
1010
* Copyright 2011-2021 The Bootstrap Authors
1111
* Copyright 2011-2021 Twitter, Inc.
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -2036,11 +2036,6 @@ pre code {
20362036
border: 0;
20372037
}
20382038

2039-
.form-control:-moz-focusring {
2040-
color: transparent;
2041-
text-shadow: 0 0 0 #495057;
2042-
}
2043-
20442039
.form-control:focus {
20452040
color: #495057;
20462041
background-color: #fff;
@@ -2088,6 +2083,11 @@ input[type="month"].form-control {
20882083
appearance: none;
20892084
}
20902085

2086+
select.form-control:-moz-focusring {
2087+
color: transparent;
2088+
text-shadow: 0 0 0 #495057;
2089+
}
2090+
20912091
select.form-control:focus::-ms-value {
20922092
color: #495057;
20932093
background-color: #fff;
@@ -2262,7 +2262,7 @@ textarea.form-control {
22622262

22632263
.was-validated .form-control:valid, .form-control.is-valid {
22642264
border-color: #73a839;
2265-
padding-right: calc(1.5em + 0.75rem);
2265+
padding-right: calc(1.5em + 0.75rem) !important;
22662266
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='%2373a839' 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");
22672267
background-repeat: no-repeat;
22682268
background-position: right calc(0.375em + 0.1875rem) center;
@@ -2274,14 +2274,19 @@ textarea.form-control {
22742274
box-shadow: 0 0 0 0.2rem rgba(115, 168, 57, 0.25);
22752275
}
22762276

2277+
.was-validated select.form-control:valid, select.form-control.is-valid {
2278+
padding-right: 3rem !important;
2279+
background-position: right 1.5rem center;
2280+
}
2281+
22772282
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
22782283
padding-right: calc(1.5em + 0.75rem);
22792284
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
22802285
}
22812286

22822287
.was-validated .custom-select:valid, .custom-select.is-valid {
22832288
border-color: #73a839;
2284-
padding-right: calc(0.75em + 2.3125rem);
2289+
padding-right: calc(0.75em + 2.3125rem) !important;
22852290
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 0.75rem center/8px 10px no-repeat, #fff 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='%2373a839' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
22862291
}
22872292

@@ -2368,7 +2373,7 @@ textarea.form-control {
23682373

23692374
.was-validated .form-control:invalid, .form-control.is-invalid {
23702375
border-color: #c71c22;
2371-
padding-right: calc(1.5em + 0.75rem);
2376+
padding-right: calc(1.5em + 0.75rem) !important;
23722377
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c71c22' 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='%23c71c22' stroke='none'/%3e%3c/svg%3e");
23732378
background-repeat: no-repeat;
23742379
background-position: right calc(0.375em + 0.1875rem) center;
@@ -2380,14 +2385,19 @@ textarea.form-control {
23802385
box-shadow: 0 0 0 0.2rem rgba(199, 28, 34, 0.25);
23812386
}
23822387

2388+
.was-validated select.form-control:invalid, select.form-control.is-invalid {
2389+
padding-right: 3rem !important;
2390+
background-position: right 1.5rem center;
2391+
}
2392+
23832393
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
23842394
padding-right: calc(1.5em + 0.75rem);
23852395
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
23862396
}
23872397

23882398
.was-validated .custom-select:invalid, .custom-select.is-invalid {
23892399
border-color: #c71c22;
2390-
padding-right: calc(0.75em + 2.3125rem);
2400+
padding-right: calc(0.75em + 2.3125rem) !important;
23912401
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 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c71c22' 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='%23c71c22' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
23922402
}
23932403

@@ -3628,20 +3638,27 @@ input[type="button"].btn-block {
36283638
}
36293639

36303640
.input-group > .custom-file:not(:last-child) .custom-file-label,
3641+
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
3642+
border-top-right-radius: 0;
3643+
border-bottom-right-radius: 0;
3644+
}
3645+
36313646
.input-group > .custom-file:not(:first-child) .custom-file-label {
36323647
border-top-left-radius: 0;
36333648
border-bottom-left-radius: 0;
36343649
}
36353650

36363651
.input-group:not(.has-validation) > .form-control:not(:last-child),
36373652
.input-group:not(.has-validation) > .custom-select:not(:last-child),
3653+
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
36383654
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
36393655
border-top-right-radius: 0;
36403656
border-bottom-right-radius: 0;
36413657
}
36423658

36433659
.input-group.has-validation > .form-control:nth-last-child(n + 3),
36443660
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
3661+
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
36453662
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
36463663
border-top-right-radius: 0;
36473664
border-bottom-right-radius: 0;
@@ -6548,8 +6565,11 @@ a.close.disabled {
65486565
-ms-flex-pack: center;
65496566
justify-content: center;
65506567
width: 15%;
6568+
padding: 0;
65516569
color: #fff;
65526570
text-align: center;
6571+
background: none;
6572+
border: 0;
65536573
opacity: 0.5;
65546574
transition: opacity 0.15s ease;
65556575
}
@@ -6668,7 +6688,7 @@ a.close.disabled {
66686688
display: inline-block;
66696689
width: 2rem;
66706690
height: 2rem;
6671-
vertical-align: text-bottom;
6691+
vertical-align: -0.125em;
66726692
border: 0.25em solid currentColor;
66736693
border-right-color: transparent;
66746694
border-radius: 50%;
@@ -6710,7 +6730,7 @@ a.close.disabled {
67106730
display: inline-block;
67116731
width: 2rem;
67126732
height: 2rem;
6713-
vertical-align: text-bottom;
6733+
vertical-align: -0.125em;
67146734
background-color: currentColor;
67156735
border-radius: 50%;
67166736
opacity: 0;
@@ -10247,9 +10267,6 @@ a.text-dark:hover, a.text-dark:focus {
1024710267
border: 1px solid #adb5bd;
1024810268
page-break-inside: avoid;
1024910269
}
10250-
thead {
10251-
display: table-header-group;
10252-
}
1025310270
tr,
1025410271
img {
1025510272
page-break-inside: avoid;

dist/cerulean/bootstrap.min.css

Lines changed: 3 additions & 3 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.0
1+
// Cosmo 4.6.1
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.0
1+
// Cosmo 4.6.1
22
// Bootswatch
33

44
//

dist/cosmo/bootstrap.css

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* Bootswatch v4.6.0
2+
* Bootswatch v4.6.1
33
* Homepage: https://bootswatch.com
44
* Copyright 2012-2021 Thomas Park
55
* Licensed under MIT
66
* Based on Bootstrap
77
*/
88
/*!
9-
* Bootstrap v4.6.0 (https://getbootstrap.com/)
9+
* Bootstrap v4.6.1 (https://getbootstrap.com/)
1010
* Copyright 2011-2021 The Bootstrap Authors
1111
* Copyright 2011-2021 Twitter, Inc.
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -2034,11 +2034,6 @@ pre code {
20342034
border: 0;
20352035
}
20362036

2037-
.form-control:-moz-focusring {
2038-
color: transparent;
2039-
text-shadow: 0 0 0 #495057;
2040-
}
2041-
20422037
.form-control:focus {
20432038
color: #495057;
20442039
background-color: #fff;
@@ -2086,6 +2081,11 @@ input[type="month"].form-control {
20862081
appearance: none;
20872082
}
20882083

2084+
select.form-control:-moz-focusring {
2085+
color: transparent;
2086+
text-shadow: 0 0 0 #495057;
2087+
}
2088+
20892089
select.form-control:focus::-ms-value {
20902090
color: #495057;
20912091
background-color: #fff;
@@ -2257,7 +2257,7 @@ textarea.form-control {
22572257

22582258
.was-validated .form-control:valid, .form-control.is-valid {
22592259
border-color: #3fb618;
2260-
padding-right: calc(1.5em + 0.75rem);
2260+
padding-right: calc(1.5em + 0.75rem) !important;
22612261
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='%233fb618' 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");
22622262
background-repeat: no-repeat;
22632263
background-position: right calc(0.375em + 0.1875rem) center;
@@ -2269,14 +2269,19 @@ textarea.form-control {
22692269
box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.25);
22702270
}
22712271

2272+
.was-validated select.form-control:valid, select.form-control.is-valid {
2273+
padding-right: 3rem !important;
2274+
background-position: right 1.5rem center;
2275+
}
2276+
22722277
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
22732278
padding-right: calc(1.5em + 0.75rem);
22742279
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
22752280
}
22762281

22772282
.was-validated .custom-select:valid, .custom-select.is-valid {
22782283
border-color: #3fb618;
2279-
padding-right: calc(0.75em + 2.3125rem);
2284+
padding-right: calc(0.75em + 2.3125rem) !important;
22802285
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='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff 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='%233fb618' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
22812286
}
22822287

@@ -2362,7 +2367,7 @@ textarea.form-control {
23622367

23632368
.was-validated .form-control:invalid, .form-control.is-invalid {
23642369
border-color: #ff0039;
2365-
padding-right: calc(1.5em + 0.75rem);
2370+
padding-right: calc(1.5em + 0.75rem) !important;
23662371
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0039' 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='%23ff0039' stroke='none'/%3e%3c/svg%3e");
23672372
background-repeat: no-repeat;
23682373
background-position: right calc(0.375em + 0.1875rem) center;
@@ -2374,14 +2379,19 @@ textarea.form-control {
23742379
box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.25);
23752380
}
23762381

2382+
.was-validated select.form-control:invalid, select.form-control.is-invalid {
2383+
padding-right: 3rem !important;
2384+
background-position: right 1.5rem center;
2385+
}
2386+
23772387
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
23782388
padding-right: calc(1.5em + 0.75rem);
23792389
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
23802390
}
23812391

23822392
.was-validated .custom-select:invalid, .custom-select.is-invalid {
23832393
border-color: #ff0039;
2384-
padding-right: calc(0.75em + 2.3125rem);
2394+
padding-right: calc(0.75em + 2.3125rem) !important;
23852395
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='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0039' 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='%23ff0039' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
23862396
}
23872397

@@ -6281,8 +6291,11 @@ a.close.disabled {
62816291
-ms-flex-pack: center;
62826292
justify-content: center;
62836293
width: 15%;
6294+
padding: 0;
62846295
color: #fff;
62856296
text-align: center;
6297+
background: none;
6298+
border: 0;
62866299
opacity: 0.5;
62876300
transition: opacity 0.15s ease;
62886301
}
@@ -6401,7 +6414,7 @@ a.close.disabled {
64016414
display: inline-block;
64026415
width: 2rem;
64036416
height: 2rem;
6404-
vertical-align: text-bottom;
6417+
vertical-align: -0.125em;
64056418
border: 0.25em solid currentColor;
64066419
border-right-color: transparent;
64076420
border-radius: 50%;
@@ -6443,7 +6456,7 @@ a.close.disabled {
64436456
display: inline-block;
64446457
width: 2rem;
64456458
height: 2rem;
6446-
vertical-align: text-bottom;
6459+
vertical-align: -0.125em;
64476460
background-color: currentColor;
64486461
border-radius: 50%;
64496462
opacity: 0;
@@ -9980,9 +9993,6 @@ a.text-dark:hover, a.text-dark:focus {
99809993
border: 1px solid #adb5bd;
99819994
page-break-inside: avoid;
99829995
}
9983-
thead {
9984-
display: table-header-group;
9985-
}
99869996
tr,
99879997
img {
99889998
page-break-inside: avoid;

dist/cosmo/bootstrap.min.css

Lines changed: 3 additions & 3 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.0
1+
// Cyborg 4.6.1
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.0
1+
// Cyborg 4.6.1
22
// Bootswatch
33

44
//

0 commit comments

Comments
 (0)