Skip to content

Commit 74a3e3b

Browse files
committed
updated Bootstrap
1 parent 69ac51f commit 74a3e3b

File tree

8 files changed

+17
-10
lines changed

8 files changed

+17
-10
lines changed

_sass/bootstrap/scss/_functions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003
157157

158158
@each $color in $foregrounds {
159159
$contrast-ratio: contrast-ratio($background, $color);
160-
@if $contrast-ratio > $min-contrast-ratio {
160+
@if $contrast-ratio >= $min-contrast-ratio {
161161
@return $color;
162162
} @else if $contrast-ratio > $max-ratio {
163163
$max-ratio: $contrast-ratio;

_sass/bootstrap/scss/_reboot.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@ legend {
534534
[type="search"] {
535535
-webkit-appearance: textfield; // 1
536536
outline-offset: -2px; // 2
537+
538+
// 3. Better affordance and consistent appearance for search cancel button
539+
&::-webkit-search-cancel-button {
540+
cursor: pointer;
541+
filter: grayscale(1);
542+
}
537543
}
538544

539545
// 1. A few input types should stay LTR

_sass/bootstrap/scss/_spinners.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.spinner-grow,
66
.spinner-border {
77
display: inline-block;
8+
flex-shrink: 0;
89
width: var(--#{$prefix}spinner-width);
910
height: var(--#{$prefix}spinner-height);
1011
vertical-align: var(--#{$prefix}spinner-vertical-align);

_sass/bootstrap/scss/mixins/_banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@mixin bsBanner($file) {
22
/*!
3-
* Bootstrap #{$file} v5.3.7 (https://getbootstrap.com/)
3+
* Bootstrap #{$file} v5.3.8 (https://getbootstrap.com/)
44
* Copyright 2011-2025 The Bootstrap Authors
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
66
*/

assets/bootstrap/dist/js/bootstrap.bundle.min.js

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

assets/bootstrap/dist/js/bootstrap.bundle.min.js.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.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"algoliasearch": "5.35.0",
4-
"bootstrap": "5.3.7",
4+
"bootstrap": "5.3.8",
55
"bootstrap-table": "1.24.2",
66
"@fortawesome/fontawesome-free": "7.0.0",
77
"@iframe-resizer/parent": "5.5.4",

0 commit comments

Comments
 (0)