Skip to content

Commit

Permalink
BS 5.0.1 and dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed May 13, 2021
1 parent 3e6caf2 commit 96df26b
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 86 deletions.
47 changes: 19 additions & 28 deletions dist/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-blog-post/blob/master/LICENSE)
*/
/*!
* Bootstrap v5.0.0 (https://getbootstrap.com/)
* Bootstrap v5.0.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
Expand Down Expand Up @@ -1926,6 +1926,7 @@ progress {
}
.table {
--bs-table-bg: transparent;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
Expand Down Expand Up @@ -2174,10 +2175,7 @@ progress {
.form-control[type=file] {
overflow: hidden;
}
.form-control[type=file]:not(:disabled):not(:-moz-read-only) {
cursor: pointer;
}
.form-control[type=file]:not(:disabled):not(:read-only) {
.form-control[type=file]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
Expand All @@ -2202,11 +2200,7 @@ progress {
color: #6c757d;
opacity: 1;
}
.form-control:-moz-read-only {
background-color: #e9ecef;
opacity: 1;
}
.form-control:disabled, .form-control:read-only {
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
Expand All @@ -2230,10 +2224,7 @@ progress {
transition: none;
}
}
.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
Expand All @@ -2258,7 +2249,7 @@ progress {
transition: none;
}
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}

Expand Down Expand Up @@ -2331,10 +2322,7 @@ textarea.form-control-lg {
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:-moz-read-only) {
cursor: pointer;
}
.form-control-color:not(:disabled):not(:read-only) {
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
Expand Down Expand Up @@ -2824,6 +2812,11 @@ textarea.form-control-lg {
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
z-index: 3;
}

Expand Down Expand Up @@ -2908,6 +2901,11 @@ textarea.form-control-lg {
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
z-index: 3;
}

Expand Down Expand Up @@ -5225,14 +5223,6 @@ textarea.form-control-lg {
word-wrap: break-word;
}

.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}

.modal {
position: fixed;
top: 0;
Expand All @@ -5241,7 +5231,8 @@ textarea.form-control-lg {
display: none;
width: 100%;
height: 100%;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2 class="fw-bolder mb-4 mt-5">I have odd cosmic thoughts every day</h2>
<div class="container"><p class="m-0 text-center text-white">Copyright &copy; Your Website 2021</p></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
Expand Down
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"url": "https://github.com/StartBootstrap/startbootstrap-blog-post.git"
},
"dependencies": {
"bootstrap": "5.0.0"
"bootstrap": "5.0.1"
},
"devDependencies": {
"autoprefixer": "10.2.5",
"browser-sync": "2.26.14",
"chokidar": "3.5.1",
"concurrently": "6.0.2",
"postcss": "8.2.14",
"prettier": "2.2.1",
"concurrently": "6.1.0",
"postcss": "8.2.15",
"prettier": "2.3.0",
"pug": "3.0.2",
"sass": "1.32.12",
"sass": "1.32.13",
"shelljs": "0.8.4",
"upath": "2.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ html(lang='en')
p.m-0.text-center.text-white Copyright &copy; Your Website 2021

// Bootstrap core JS
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js')
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js')

// Core theme JS
script(src='js/scripts.js')

0 comments on commit 96df26b

Please sign in to comment.