This commit is contained in:
Mark Otto 2016-10-16 19:44:11 -07:00
parent 5b7ec495e3
commit 6d6538fc81
28 changed files with 36 additions and 18 deletions

View file

@ -592,7 +592,7 @@ hr {
small,
.small {
font-size: 0.875rem;
font-size: 80%;
font-weight: normal;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View file

@ -592,7 +592,7 @@ hr {
small,
.small {
font-size: 0.875rem;
font-size: 80%;
font-weight: normal;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1031,7 +1031,7 @@ var Collapse = function ($) {
};
var Selector = {
ACTIVES: '.panel > .in, .panel > .collapsing',
ACTIVES: '.card > .in, .card > .collapsing',
DATA_TOGGLE: '[data-toggle="collapse"]'
};
@ -3170,7 +3170,7 @@ var Tooltip = function ($) {
var data = $(this).data(DATA_KEY);
var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' ? config : null;
if (!data && /destroy|hide/.test(config)) {
if (!data && /dispose|hide/.test(config)) {
return;
}

File diff suppressed because one or more lines are too long

View file

@ -1515,6 +1515,24 @@
color: #999;
}
.language-bash::before {
color: #009;
content: "$ ";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.language-powershell::before {
color: #009;
content: "PM> ";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.anchorjs-link {
color: inherit;
}

Binary file not shown.

View file

@ -592,7 +592,7 @@ hr {
small,
.small {
font-size: 0.875rem;
font-size: 80%;
font-weight: normal;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View file

@ -592,7 +592,7 @@ hr {
small,
.small {
font-size: 0.875rem;
font-size: 80%;
font-weight: normal;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1031,7 +1031,7 @@ var Collapse = function ($) {
};
var Selector = {
ACTIVES: '.panel > .in, .panel > .collapsing',
ACTIVES: '.card > .in, .card > .collapsing',
DATA_TOGGLE: '[data-toggle="collapse"]'
};
@ -3170,7 +3170,7 @@ var Tooltip = function ($) {
var data = $(this).data(DATA_KEY);
var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' ? config : null;
if (!data && /destroy|hide/.test(config)) {
if (!data && /dispose|hide/.test(config)) {
return;
}

File diff suppressed because one or more lines are too long

2
js/dist/collapse.js vendored
View file

@ -58,7 +58,7 @@ var Collapse = function ($) {
};
var Selector = {
ACTIVES: '.panel > .in, .panel > .collapsing',
ACTIVES: '.card > .in, .card > .collapsing',
DATA_TOGGLE: '[data-toggle="collapse"]'
};

Binary file not shown.

2
js/dist/tooltip.js vendored
View file

@ -515,7 +515,7 @@ var Tooltip = function ($) {
var data = $(this).data(DATA_KEY);
var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' ? config : null;
if (!data && /destroy|hide/.test(config)) {
if (!data && /dispose|hide/.test(config)) {
return;
}

BIN
js/dist/tooltip.js.map vendored

Binary file not shown.