Skip to content

Commit 5e9da40

Browse files
authored
Merge pull request #257 from PanderMusubi/bs522_icons191
2 parents 86c92d1 + e738c98 commit 5e9da40

File tree

107 files changed

+67668
-78204
lines changed

Some content is hidden

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

107 files changed

+67668
-78204
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Changelog
66
-----
77

88
Release date: -
9+
- Upgrade to Bootstrap 5.2.2, Bootswatch 5.2.2 and Boostrap Icons 1.9.1.
10+
- Support testing and deployment for also Python 3.10.
11+
- Fix example issue with ``paginate`` named parameters.
12+
- Add applying available Bootswatch theme in examples.
913

1014

1115
2.1.0

examples/bootstrap5/templates/icons.html

Lines changed: 5966 additions & 3076 deletions
Large diffs are not rendered by default.

flask_bootstrap/static/bootstrap5/css/bootstrap.min.css

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

flask_bootstrap/static/bootstrap5/css/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.

flask_bootstrap/static/bootstrap5/css/bootswatch/cerulean/_bootswatch.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
// Cerulean 5.1.3
1+
// Cerulean 5.2.2
22
// Bootswatch
33

44

55
// Variables
66

77
$text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;
88

9+
:root {
10+
color-scheme: light;
11+
}
12+
913
// Mixins
1014

1115
@mixin btn-shadow($color){
@@ -33,7 +37,8 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;
3337
text-shadow: $text-shadow;
3438
}
3539

36-
.btn-secondary {
40+
.btn-secondary,
41+
.btn-outline-secondary {
3742
color: $gray-700;
3843
}
3944

flask_bootstrap/static/bootstrap5/css/bootswatch/cerulean/_variables.scss

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

44
$theme: "cerulean" !default;

0 commit comments

Comments
 (0)