Skip to content

Commit c72edbf

Browse files
committed
update to v5.3.6
1 parent 2ee5771 commit c72edbf

File tree

420 files changed

+2617
-2003
lines changed

Some content is hidden

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

420 files changed

+2617
-2003
lines changed

dist/brite/_bootswatch.scss

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Brite 5.3.5
1+
// Brite 5.3.6
22
// Bootswatch
33

44

@@ -145,11 +145,9 @@
145145
transform: translate(0, 0);
146146
}
147147

148-
[data-bs-theme="dark"] {
149-
.btn-link,
150-
.btn-link:hover {
151-
color: #fff;
152-
}
148+
[data-bs-theme="dark"] .btn-link,
149+
[data-bs-theme="dark"] .btn-link:hover {
150+
color: #fff;
153151
}
154152

155153
// Typography
@@ -364,8 +362,6 @@ a {
364362
background-color: $black;
365363
}
366364

367-
[data-bs-theme="dark"] {
368-
.toast-header {
369-
--#{$prefix}toast-header-color: #fff;
370-
}
371-
}
365+
[data-bs-theme="dark"] .toast-header {
366+
--#{$prefix}toast-header-color: #fff;
367+
}

dist/brite/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Brite 5.3.5
1+
// Brite 5.3.6
22
// Bootswatch
33

44
$theme: "brite" !default;

dist/brite/bootstrap.css

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Based on Bootstrap
88
*/
99
/*!
10-
* Bootstrap v5.3.5 (https://getbootstrap.com/)
10+
* Bootstrap v5.3.6 (https://getbootstrap.com/)
1111
* Copyright 2011-2025 The Bootstrap Authors
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
@@ -4549,24 +4549,24 @@ textarea.form-control-lg {
45494549
border-top-right-radius: 0;
45504550
border-bottom-right-radius: 0;
45514551
}
4552-
.card-group > .card:not(:last-child) .card-img-top,
4553-
.card-group > .card:not(:last-child) .card-header {
4552+
.card-group > .card:not(:last-child) > .card-img-top,
4553+
.card-group > .card:not(:last-child) > .card-header {
45544554
border-top-right-radius: 0;
45554555
}
4556-
.card-group > .card:not(:last-child) .card-img-bottom,
4557-
.card-group > .card:not(:last-child) .card-footer {
4556+
.card-group > .card:not(:last-child) > .card-img-bottom,
4557+
.card-group > .card:not(:last-child) > .card-footer {
45584558
border-bottom-right-radius: 0;
45594559
}
45604560
.card-group > .card:not(:first-child) {
45614561
border-top-left-radius: 0;
45624562
border-bottom-left-radius: 0;
45634563
}
4564-
.card-group > .card:not(:first-child) .card-img-top,
4565-
.card-group > .card:not(:first-child) .card-header {
4564+
.card-group > .card:not(:first-child) > .card-img-top,
4565+
.card-group > .card:not(:first-child) > .card-header {
45664566
border-top-left-radius: 0;
45674567
}
4568-
.card-group > .card:not(:first-child) .card-img-bottom,
4569-
.card-group > .card:not(:first-child) .card-footer {
4568+
.card-group > .card:not(:first-child) > .card-img-bottom,
4569+
.card-group > .card:not(:first-child) > .card-footer {
45704570
border-bottom-left-radius: 0;
45714571
}
45724572
}
@@ -7188,6 +7188,10 @@ textarea.form-control-lg {
71887188
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
71897189
position: absolute !important;
71907190
}
7191+
.visually-hidden *,
7192+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
7193+
overflow: hidden !important;
7194+
}
71917195

71927196
.stretched-link::after {
71937197
position: absolute;
@@ -12289,6 +12293,11 @@ textarea.form-control-lg {
1228912293
transform: translate(0, 0);
1229012294
}
1229112295

12296+
[data-bs-theme=dark] .btn-link,
12297+
[data-bs-theme=dark] .btn-link:hover {
12298+
color: #fff;
12299+
}
12300+
1229212301
a {
1229312302
font-weight: 500;
1229412303
}
@@ -12426,6 +12435,34 @@ a {
1242612435
color: #fff;
1242712436
}
1242812437

12438+
[data-bs-theme=dark] .nav-tabs .nav-link,
12439+
[data-bs-theme=dark] .nav-pills .nav-link {
12440+
--bs-nav-link-color: #fff;
12441+
}
12442+
[data-bs-theme=dark] .nav-tabs .nav-link:hover, [data-bs-theme=dark] .nav-tabs .nav-link:focus,
12443+
[data-bs-theme=dark] .nav-pills .nav-link:hover,
12444+
[data-bs-theme=dark] .nav-pills .nav-link:focus {
12445+
--bs-nav-link-hover-color: #fff;
12446+
}
12447+
[data-bs-theme=dark] .page-link {
12448+
--bs-pagination-color: #fff;
12449+
}
12450+
[data-bs-theme=dark] .page-link:hover {
12451+
--bs-pagination-hover-color: #fff;
12452+
}
12453+
[data-bs-theme=dark] .nav-underline .nav-link {
12454+
--bs-nav-link-color: #fff;
12455+
}
12456+
[data-bs-theme=dark] .nav-underline .nav-link:hover, [data-bs-theme=dark] .nav-underline .nav-link:focus {
12457+
--bs-nav-link-hover-color: #fff;
12458+
}
12459+
[data-bs-theme=dark] .breadcrumb a {
12460+
color: #fff;
12461+
}
12462+
[data-bs-theme=dark] .breadcrumb-item.active {
12463+
--bs-breadcrumb-item-active-color: #fff;
12464+
}
12465+
1242912466
.alert {
1243012467
color: #000;
1243112468
border: 2px solid #000;
@@ -12493,4 +12530,8 @@ a {
1249312530
.vr {
1249412531
width: 2px;
1249512532
background-color: #000;
12533+
}
12534+
12535+
[data-bs-theme=dark] .toast-header {
12536+
--bs-toast-header-color: #fff;
1249612537
}

dist/brite/bootstrap.min.css

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

dist/brite/bootstrap.min.css.map

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

dist/brite/bootstrap.rtl.css

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Based on Bootstrap
88
*/
99
/*!
10-
* Bootstrap v5.3.5 (https://getbootstrap.com/)
10+
* Bootstrap v5.3.6 (https://getbootstrap.com/)
1111
* Copyright 2011-2025 The Bootstrap Authors
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
@@ -4547,24 +4547,24 @@ textarea.form-control-lg {
45474547
border-top-left-radius: 0;
45484548
border-bottom-left-radius: 0;
45494549
}
4550-
.card-group > .card:not(:last-child) .card-img-top,
4551-
.card-group > .card:not(:last-child) .card-header {
4550+
.card-group > .card:not(:last-child) > .card-img-top,
4551+
.card-group > .card:not(:last-child) > .card-header {
45524552
border-top-left-radius: 0;
45534553
}
4554-
.card-group > .card:not(:last-child) .card-img-bottom,
4555-
.card-group > .card:not(:last-child) .card-footer {
4554+
.card-group > .card:not(:last-child) > .card-img-bottom,
4555+
.card-group > .card:not(:last-child) > .card-footer {
45564556
border-bottom-left-radius: 0;
45574557
}
45584558
.card-group > .card:not(:first-child) {
45594559
border-top-right-radius: 0;
45604560
border-bottom-right-radius: 0;
45614561
}
4562-
.card-group > .card:not(:first-child) .card-img-top,
4563-
.card-group > .card:not(:first-child) .card-header {
4562+
.card-group > .card:not(:first-child) > .card-img-top,
4563+
.card-group > .card:not(:first-child) > .card-header {
45644564
border-top-right-radius: 0;
45654565
}
4566-
.card-group > .card:not(:first-child) .card-img-bottom,
4567-
.card-group > .card:not(:first-child) .card-footer {
4566+
.card-group > .card:not(:first-child) > .card-img-bottom,
4567+
.card-group > .card:not(:first-child) > .card-footer {
45684568
border-bottom-right-radius: 0;
45694569
}
45704570
}
@@ -7170,6 +7170,10 @@ textarea.form-control-lg {
71707170
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
71717171
position: absolute !important;
71727172
}
7173+
.visually-hidden *,
7174+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
7175+
overflow: hidden !important;
7176+
}
71737177

71747178
.stretched-link::after {
71757179
position: absolute;
@@ -12263,6 +12267,11 @@ textarea.form-control-lg {
1226312267
transform: translate(0, 0);
1226412268
}
1226512269

12270+
[data-bs-theme=dark] .btn-link,
12271+
[data-bs-theme=dark] .btn-link:hover {
12272+
color: #fff;
12273+
}
12274+
1226612275
a {
1226712276
font-weight: 500;
1226812277
}
@@ -12400,6 +12409,34 @@ a {
1240012409
color: #fff;
1240112410
}
1240212411

12412+
[data-bs-theme=dark] .nav-tabs .nav-link,
12413+
[data-bs-theme=dark] .nav-pills .nav-link {
12414+
--bs-nav-link-color: #fff;
12415+
}
12416+
[data-bs-theme=dark] .nav-tabs .nav-link:hover, [data-bs-theme=dark] .nav-tabs .nav-link:focus,
12417+
[data-bs-theme=dark] .nav-pills .nav-link:hover,
12418+
[data-bs-theme=dark] .nav-pills .nav-link:focus {
12419+
--bs-nav-link-hover-color: #fff;
12420+
}
12421+
[data-bs-theme=dark] .page-link {
12422+
--bs-pagination-color: #fff;
12423+
}
12424+
[data-bs-theme=dark] .page-link:hover {
12425+
--bs-pagination-hover-color: #fff;
12426+
}
12427+
[data-bs-theme=dark] .nav-underline .nav-link {
12428+
--bs-nav-link-color: #fff;
12429+
}
12430+
[data-bs-theme=dark] .nav-underline .nav-link:hover, [data-bs-theme=dark] .nav-underline .nav-link:focus {
12431+
--bs-nav-link-hover-color: #fff;
12432+
}
12433+
[data-bs-theme=dark] .breadcrumb a {
12434+
color: #fff;
12435+
}
12436+
[data-bs-theme=dark] .breadcrumb-item.active {
12437+
--bs-breadcrumb-item-active-color: #fff;
12438+
}
12439+
1240312440
.alert {
1240412441
color: #000;
1240512442
border: 2px solid #000;
@@ -12467,4 +12504,8 @@ a {
1246712504
.vr {
1246812505
width: 2px;
1246912506
background-color: #000;
12507+
}
12508+
12509+
[data-bs-theme=dark] .toast-header {
12510+
--bs-toast-header-color: #fff;
1247012511
}

dist/brite/bootstrap.rtl.min.css

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

dist/brite/bootstrap.rtl.min.css.map

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

dist/cerulean/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cerulean 5.3.5
1+
// Cerulean 5.3.6
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 5.3.5
1+
// Cerulean 5.3.6
22
// Bootswatch
33

44
$theme: "cerulean" !default;

dist/cerulean/bootstrap.css

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@charset "UTF-8";
22
/*!
3-
* Bootswatch v5.3.5 (https://bootswatch.com)
3+
* Bootswatch v5.3.6 (https://bootswatch.com)
44
* Theme: cerulean
55
* Copyright 2012-2025 Thomas Park
66
* Licensed under MIT
77
* Based on Bootstrap
88
*/
99
/*!
10-
* Bootstrap v5.3.5 (https://getbootstrap.com/)
10+
* Bootstrap v5.3.6 (https://getbootstrap.com/)
1111
* Copyright 2011-2025 The Bootstrap Authors
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
@@ -4547,24 +4547,24 @@ textarea.form-control-lg {
45474547
border-top-right-radius: 0;
45484548
border-bottom-right-radius: 0;
45494549
}
4550-
.card-group > .card:not(:last-child) .card-img-top,
4551-
.card-group > .card:not(:last-child) .card-header {
4550+
.card-group > .card:not(:last-child) > .card-img-top,
4551+
.card-group > .card:not(:last-child) > .card-header {
45524552
border-top-right-radius: 0;
45534553
}
4554-
.card-group > .card:not(:last-child) .card-img-bottom,
4555-
.card-group > .card:not(:last-child) .card-footer {
4554+
.card-group > .card:not(:last-child) > .card-img-bottom,
4555+
.card-group > .card:not(:last-child) > .card-footer {
45564556
border-bottom-right-radius: 0;
45574557
}
45584558
.card-group > .card:not(:first-child) {
45594559
border-top-left-radius: 0;
45604560
border-bottom-left-radius: 0;
45614561
}
4562-
.card-group > .card:not(:first-child) .card-img-top,
4563-
.card-group > .card:not(:first-child) .card-header {
4562+
.card-group > .card:not(:first-child) > .card-img-top,
4563+
.card-group > .card:not(:first-child) > .card-header {
45644564
border-top-left-radius: 0;
45654565
}
4566-
.card-group > .card:not(:first-child) .card-img-bottom,
4567-
.card-group > .card:not(:first-child) .card-footer {
4566+
.card-group > .card:not(:first-child) > .card-img-bottom,
4567+
.card-group > .card:not(:first-child) > .card-footer {
45684568
border-bottom-left-radius: 0;
45694569
}
45704570
}
@@ -7186,6 +7186,10 @@ textarea.form-control-lg {
71867186
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
71877187
position: absolute !important;
71887188
}
7189+
.visually-hidden *,
7190+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
7191+
overflow: hidden !important;
7192+
}
71897193

71907194
.stretched-link::after {
71917195
position: absolute;

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/cerulean/bootstrap.min.css.map

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

dist/cerulean/bootstrap.rtl.css

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@charset "UTF-8";
22
/*!
3-
* Bootswatch v5.3.5 (https://bootswatch.com)
3+
* Bootswatch v5.3.6 (https://bootswatch.com)
44
* Theme: cerulean
55
* Copyright 2012-2025 Thomas Park
66
* Licensed under MIT
77
* Based on Bootstrap
88
*/
99
/*!
10-
* Bootstrap v5.3.5 (https://getbootstrap.com/)
10+
* Bootstrap v5.3.6 (https://getbootstrap.com/)
1111
* Copyright 2011-2025 The Bootstrap Authors
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
@@ -4545,24 +4545,24 @@ textarea.form-control-lg {
45454545
border-top-left-radius: 0;
45464546
border-bottom-left-radius: 0;
45474547
}
4548-
.card-group > .card:not(:last-child) .card-img-top,
4549-
.card-group > .card:not(:last-child) .card-header {
4548+
.card-group > .card:not(:last-child) > .card-img-top,
4549+
.card-group > .card:not(:last-child) > .card-header {
45504550
border-top-left-radius: 0;
45514551
}
4552-
.card-group > .card:not(:last-child) .card-img-bottom,
4553-
.card-group > .card:not(:last-child) .card-footer {
4552+
.card-group > .card:not(:last-child) > .card-img-bottom,
4553+
.card-group > .card:not(:last-child) > .card-footer {
45544554
border-bottom-left-radius: 0;
45554555
}
45564556
.card-group > .card:not(:first-child) {
45574557
border-top-right-radius: 0;
45584558
border-bottom-right-radius: 0;
45594559
}
4560-
.card-group > .card:not(:first-child) .card-img-top,
4561-
.card-group > .card:not(:first-child) .card-header {
4560+
.card-group > .card:not(:first-child) > .card-img-top,
4561+
.card-group > .card:not(:first-child) > .card-header {
45624562
border-top-right-radius: 0;
45634563
}
4564-
.card-group > .card:not(:first-child) .card-img-bottom,
4565-
.card-group > .card:not(:first-child) .card-footer {
4564+
.card-group > .card:not(:first-child) > .card-img-bottom,
4565+
.card-group > .card:not(:first-child) > .card-footer {
45664566
border-bottom-right-radius: 0;
45674567
}
45684568
}
@@ -7168,6 +7168,10 @@ textarea.form-control-lg {
71687168
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
71697169
position: absolute !important;
71707170
}
7171+
.visually-hidden *,
7172+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
7173+
overflow: hidden !important;
7174+
}
71717175

71727176
.stretched-link::after {
71737177
position: absolute;

0 commit comments

Comments
 (0)