Skip to content

Commit c77c6bf

Browse files
authored
chore(dist): build "fix: do not move toggle […]" (#141)
1 parent e3089b9 commit c77c6bf

File tree

169 files changed

+176
-171
lines changed

Some content is hidden

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

169 files changed

+176
-171
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased][unreleased]
99

10+
## [2.3.1] - 2023-03-09: Tab Activation Scroll Bug
11+
12+
- fix: do not move toggle far away e3089b9
13+
1014
## [2.3.0] - 2023-03-09: Tabs (Bootstrap Navs & PyMdown Extensions)
1115

1216
### Added
@@ -505,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
505509

506510
Initial working code. (This code may not work on all environments.)
507511

508-
[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.3.0...HEAD
512+
[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.3.1...HEAD
513+
[2.3.1]: https://github.com/TACC/Core-Styles/releases/tag/v2.3.1
509514
[2.3.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.3.0
510515
[2.2.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.2.0
511516
[2.1.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.1.0

dist/branding_logos.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/README.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! @tacc/core-styles 2.3.0+ | MIT | github.com/TACC/Core-Styles */
1+
/*! @tacc/core-styles v2.3.1 | MIT | github.com/TACC/Core-Styles */

dist/components/admonition.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/admonition/demo.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! @tacc/core-styles 2.3.0+ | MIT | github.com/TACC/Core-Styles */.admonition{margin-top:1em}
1+
/*! @tacc/core-styles v2.3.1 | MIT | github.com/TACC/Core-Styles */.admonition{margin-top:1em}

dist/components/align.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/align/demo.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bootstrap.container.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bootstrap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! @tacc/core-styles 2.3.0+ | MIT | github.com/TACC/Core-Styles */
1+
/*! @tacc/core-styles v2.3.1 | MIT | github.com/TACC/Core-Styles */

dist/components/bootstrap.figure.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bootstrap.form.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bootstrap.modal.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bootstrap.nav-tabs.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bootstrap.pagination.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! @tacc/core-styles 2.3.0+ | MIT | github.com/TACC/Core-Styles */form{margin:1em}
1+
/*! @tacc/core-styles v2.3.1 | MIT | github.com/TACC/Core-Styles */form{margin:1em}

dist/components/bootstrap/bootstrap--modal.demo.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/bootstrap/demo.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)