mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
dist
This commit is contained in:
parent
20765b5025
commit
34cd2038d2
19 changed files with 61 additions and 35 deletions
2
assets/css/docs.min.css
vendored
2
assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-grid.css.map
vendored
2
dist/css/bootstrap-grid.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-grid.min.css.map
vendored
2
dist/css/bootstrap-grid.min.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-reboot.css.map
vendored
2
dist/css/bootstrap-reboot.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -1877,7 +1877,7 @@ pre code {
|
||||||
background-color: rgba(255, 255, 255, 0.075);
|
background-color: rgba(255, 255, 255, 0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 575.99px) {
|
@media (max-width: 575.98px) {
|
||||||
.table-responsive-sm {
|
.table-responsive-sm {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1890,7 +1890,7 @@ pre code {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767.99px) {
|
@media (max-width: 767.98px) {
|
||||||
.table-responsive-md {
|
.table-responsive-md {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1903,7 +1903,7 @@ pre code {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 991.99px) {
|
@media (max-width: 991.98px) {
|
||||||
.table-responsive-lg {
|
.table-responsive-lg {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1916,7 +1916,7 @@ pre code {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1199.99px) {
|
@media (max-width: 1199.98px) {
|
||||||
.table-responsive-xl {
|
.table-responsive-xl {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -2174,7 +2174,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||||
top: 100%;
|
top: 100%;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
display: none;
|
display: none;
|
||||||
width: 250px;
|
max-width: 100%;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
margin-top: .1rem;
|
margin-top: .1rem;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
|
@ -2265,7 +2265,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||||
top: 100%;
|
top: 100%;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
display: none;
|
display: none;
|
||||||
width: 250px;
|
max-width: 100%;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
margin-top: .1rem;
|
margin-top: .1rem;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
|
@ -3446,8 +3446,14 @@ tbody.collapse.show {
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group .form-control + .form-control,
|
.input-group .form-control + .form-control,
|
||||||
|
.input-group .form-control + .custom-select,
|
||||||
|
.input-group .form-control + .custom-file,
|
||||||
.input-group .custom-select + .form-control,
|
.input-group .custom-select + .form-control,
|
||||||
.input-group .custom-file + .form-control {
|
.input-group .custom-select + .custom-select,
|
||||||
|
.input-group .custom-select + .custom-file,
|
||||||
|
.input-group .custom-file + .form-control,
|
||||||
|
.input-group .custom-file + .custom-select,
|
||||||
|
.input-group .custom-file + .custom-file {
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3994,7 +4000,7 @@ tbody.collapse.show {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 575.99px) {
|
@media (max-width: 575.98px) {
|
||||||
.navbar-expand-sm > .container,
|
.navbar-expand-sm > .container,
|
||||||
.navbar-expand-sm > .container-fluid {
|
.navbar-expand-sm > .container-fluid {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
@ -4050,7 +4056,7 @@ tbody.collapse.show {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767.99px) {
|
@media (max-width: 767.98px) {
|
||||||
.navbar-expand-md > .container,
|
.navbar-expand-md > .container,
|
||||||
.navbar-expand-md > .container-fluid {
|
.navbar-expand-md > .container-fluid {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
@ -4106,7 +4112,7 @@ tbody.collapse.show {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 991.99px) {
|
@media (max-width: 991.98px) {
|
||||||
.navbar-expand-lg > .container,
|
.navbar-expand-lg > .container,
|
||||||
.navbar-expand-lg > .container-fluid {
|
.navbar-expand-lg > .container-fluid {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
@ -4162,7 +4168,7 @@ tbody.collapse.show {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1199.99px) {
|
@media (max-width: 1199.98px) {
|
||||||
.navbar-expand-xl > .container,
|
.navbar-expand-xl > .container,
|
||||||
.navbar-expand-xl > .container-fluid {
|
.navbar-expand-xl > .container-fluid {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
@ -4688,13 +4694,19 @@ tbody.collapse.show {
|
||||||
border: 1px solid #dee2e6;
|
border: 1px solid #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-link:focus, .page-link:hover {
|
.page-link:hover {
|
||||||
color: #0056b3;
|
color: #0056b3;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #e9ecef;
|
background-color: #e9ecef;
|
||||||
border-color: #dee2e6;
|
border-color: #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-link:focus {
|
||||||
|
z-index: 2;
|
||||||
|
outline: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
.page-link:not([disabled]):not(.disabled) {
|
.page-link:not([disabled]):not(.disabled) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -8923,8 +8935,7 @@ a.text-dark:focus, a.text-dark:hover {
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
a,
|
a:not(.btn) {
|
||||||
a:visited {
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
abbr[title]::after {
|
abbr[title]::after {
|
||||||
|
@ -8955,6 +8966,15 @@ a.text-dark:focus, a.text-dark:hover {
|
||||||
h3 {
|
h3 {
|
||||||
page-break-after: avoid;
|
page-break-after: avoid;
|
||||||
}
|
}
|
||||||
|
@page {
|
||||||
|
size: a3;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
min-width: 992px !important;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
min-width: 992px !important;
|
||||||
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
6
dist/js/bootstrap.bundle.js
vendored
6
dist/js/bootstrap.bundle.js
vendored
|
@ -1097,6 +1097,8 @@ var Collapse = function ($$$1) {
|
||||||
var selector = Util.getSelectorFromElement(elem);
|
var selector = Util.getSelectorFromElement(elem);
|
||||||
|
|
||||||
if (selector !== null && $$$1(selector).filter(element).length > 0) {
|
if (selector !== null && $$$1(selector).filter(element).length > 0) {
|
||||||
|
this._selector = selector;
|
||||||
|
|
||||||
this._triggerArray.push(elem);
|
this._triggerArray.push(elem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1143,7 +1145,7 @@ var Collapse = function ($$$1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actives) {
|
if (actives) {
|
||||||
activesData = $$$1(actives).data(DATA_KEY);
|
activesData = $$$1(actives).not(this._selector).data(DATA_KEY);
|
||||||
|
|
||||||
if (activesData && activesData._isTransitioning) {
|
if (activesData && activesData._isTransitioning) {
|
||||||
return;
|
return;
|
||||||
|
@ -1158,7 +1160,7 @@ var Collapse = function ($$$1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actives) {
|
if (actives) {
|
||||||
Collapse._jQueryInterface.call($$$1(actives), 'hide');
|
Collapse._jQueryInterface.call($$$1(actives).not(this._selector), 'hide');
|
||||||
|
|
||||||
if (!activesData) {
|
if (!activesData) {
|
||||||
$$$1(actives).data(DATA_KEY, null);
|
$$$1(actives).data(DATA_KEY, null);
|
||||||
|
|
2
dist/js/bootstrap.bundle.js.map
vendored
2
dist/js/bootstrap.bundle.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/js/bootstrap.bundle.min.js
vendored
2
dist/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/bootstrap.bundle.min.js.map
vendored
2
dist/js/bootstrap.bundle.min.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -1098,6 +1098,8 @@ var Collapse = function ($$$1) {
|
||||||
var selector = Util.getSelectorFromElement(elem);
|
var selector = Util.getSelectorFromElement(elem);
|
||||||
|
|
||||||
if (selector !== null && $$$1(selector).filter(element).length > 0) {
|
if (selector !== null && $$$1(selector).filter(element).length > 0) {
|
||||||
|
this._selector = selector;
|
||||||
|
|
||||||
this._triggerArray.push(elem);
|
this._triggerArray.push(elem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1144,7 +1146,7 @@ var Collapse = function ($$$1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actives) {
|
if (actives) {
|
||||||
activesData = $$$1(actives).data(DATA_KEY);
|
activesData = $$$1(actives).not(this._selector).data(DATA_KEY);
|
||||||
|
|
||||||
if (activesData && activesData._isTransitioning) {
|
if (activesData && activesData._isTransitioning) {
|
||||||
return;
|
return;
|
||||||
|
@ -1159,7 +1161,7 @@ var Collapse = function ($$$1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actives) {
|
if (actives) {
|
||||||
Collapse._jQueryInterface.call($$$1(actives), 'hide');
|
Collapse._jQueryInterface.call($$$1(actives).not(this._selector), 'hide');
|
||||||
|
|
||||||
if (!activesData) {
|
if (!activesData) {
|
||||||
$$$1(actives).data(DATA_KEY, null);
|
$$$1(actives).data(DATA_KEY, null);
|
||||||
|
|
2
dist/js/bootstrap.js.map
vendored
2
dist/js/bootstrap.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/bootstrap.min.js.map
vendored
2
dist/js/bootstrap.min.js.map
vendored
File diff suppressed because one or more lines are too long
6
js/dist/collapse.js
vendored
6
js/dist/collapse.js
vendored
|
@ -74,6 +74,8 @@ var Collapse = function ($) {
|
||||||
var selector = Util.getSelectorFromElement(elem);
|
var selector = Util.getSelectorFromElement(elem);
|
||||||
|
|
||||||
if (selector !== null && $(selector).filter(element).length > 0) {
|
if (selector !== null && $(selector).filter(element).length > 0) {
|
||||||
|
this._selector = selector;
|
||||||
|
|
||||||
this._triggerArray.push(elem);
|
this._triggerArray.push(elem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -120,7 +122,7 @@ var Collapse = function ($) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actives) {
|
if (actives) {
|
||||||
activesData = $(actives).data(DATA_KEY);
|
activesData = $(actives).not(this._selector).data(DATA_KEY);
|
||||||
|
|
||||||
if (activesData && activesData._isTransitioning) {
|
if (activesData && activesData._isTransitioning) {
|
||||||
return;
|
return;
|
||||||
|
@ -135,7 +137,7 @@ var Collapse = function ($) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actives) {
|
if (actives) {
|
||||||
Collapse._jQueryInterface.call($(actives), 'hide');
|
Collapse._jQueryInterface.call($(actives).not(this._selector), 'hide');
|
||||||
|
|
||||||
if (!activesData) {
|
if (!activesData) {
|
||||||
$(actives).data(DATA_KEY, null);
|
$(actives).data(DATA_KEY, null);
|
||||||
|
|
2
js/dist/collapse.js.map
vendored
2
js/dist/collapse.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue