Skip to content

Commit bcf464a

Browse files
committed
update to v5.3.8
1 parent c11f56f commit bcf464a

File tree

465 files changed

+1386
-857
lines changed

Some content is hidden

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

465 files changed

+1386
-857
lines changed

dist/brite/_bootswatch.scss

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

44

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.7
1+
// Brite 5.3.8
22
// Bootswatch
33

44
$theme: "brite" !default;

dist/brite/bootstrap.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@charset "UTF-8";
22
/*!
3-
* Bootswatch v5.3.7 (https://bootswatch.com)
3+
* Bootswatch v5.3.8 (https://bootswatch.com)
44
* Theme: brite
55
* Copyright 2012-2025 Thomas Park
66
* Licensed under MIT
77
* Based on Bootstrap
88
*/
99
/*!
10-
* Bootstrap v5.3.7 (https://getbootstrap.com/)
10+
* Bootstrap v5.3.8 (https://getbootstrap.com/)
1111
* Copyright 2011-2025 The Bootstrap Authors
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
@@ -554,6 +554,10 @@ legend + * {
554554
-webkit-appearance: textfield;
555555
outline-offset: -2px;
556556
}
557+
[type=search]::-webkit-search-cancel-button {
558+
cursor: pointer;
559+
filter: grayscale(1);
560+
}
557561

558562
/* rtl:raw:
559563
[type="tel"],
@@ -6240,6 +6244,7 @@ textarea.form-control-lg {
62406244
.spinner-grow,
62416245
.spinner-border {
62426246
display: inline-block;
6247+
flex-shrink: 0;
62436248
width: var(--bs-spinner-width);
62446249
height: var(--bs-spinner-height);
62456250
vertical-align: var(--bs-spinner-vertical-align);

dist/brite/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/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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@charset "UTF-8";
22
/*!
3-
* Bootswatch v5.3.7 (https://bootswatch.com)
3+
* Bootswatch v5.3.8 (https://bootswatch.com)
44
* Theme: brite
55
* Copyright 2012-2025 Thomas Park
66
* Licensed under MIT
77
* Based on Bootstrap
88
*/
99
/*!
10-
* Bootstrap v5.3.7 (https://getbootstrap.com/)
10+
* Bootstrap v5.3.8 (https://getbootstrap.com/)
1111
* Copyright 2011-2025 The Bootstrap Authors
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1313
*/
@@ -554,6 +554,10 @@ legend + * {
554554
-webkit-appearance: textfield;
555555
outline-offset: -2px;
556556
}
557+
[type=search]::-webkit-search-cancel-button {
558+
cursor: pointer;
559+
filter: grayscale(1);
560+
}
557561

558562
[type="tel"],
559563
[type="url"],
@@ -6222,6 +6226,7 @@ textarea.form-control-lg {
62226226
.spinner-grow,
62236227
.spinner-border {
62246228
display: inline-block;
6229+
flex-shrink: 0;
62256230
width: var(--bs-spinner-width);
62266231
height: var(--bs-spinner-height);
62276232
vertical-align: var(--bs-spinner-vertical-align);

dist/brite/bootstrap.rtl.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/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.7
1+
// Cerulean 5.3.8
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.7
1+
// Cerulean 5.3.8
22
// Bootswatch
33

44
$theme: "cerulean" !default;

0 commit comments

Comments
 (0)