2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
This commit is contained in:
Mark Otto
2016-10-16 19:44:11 -07:00
parent 5b7ec495e3
commit 6d6538fc81
28 changed files with 49 additions and 31 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ hr {
small,
.small {
font-size: 0.875rem;
font-size: 80%;
font-weight: normal;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -592,7 +592,7 @@ hr {
small,
.small {
font-size: 0.875rem;
font-size: 80%;
font-weight: normal;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
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;
}
+2 -2
View File
File diff suppressed because one or more lines are too long