Commit 2bc5277b authored by Heinrich Fenkart's avatar Heinrich Fenkart

grunt

parent e1d40f76
...@@ -2245,6 +2245,7 @@ table th[class*="col-"] { ...@@ -2245,6 +2245,7 @@ table th[class*="col-"] {
background-color: #ebcccc; background-color: #ebcccc;
} }
.table-responsive { .table-responsive {
min-height: 0;
overflow-x: auto; overflow-x: auto;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -223,6 +223,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -223,6 +223,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
else $parent.find('.active').removeClass('active') else $parent.find('.active').removeClass('active')
} }
if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
} else {
this.$element.attr('aria-pressed', !this.$element.hasClass('active'))
} }
if (changed) this.$element.toggleClass('active') if (changed) this.$element.toggleClass('active')
......
This diff is collapsed.
This diff is collapsed.
...@@ -2245,6 +2245,7 @@ table th[class*="col-"] { ...@@ -2245,6 +2245,7 @@ table th[class*="col-"] {
background-color: #ebcccc; background-color: #ebcccc;
} }
.table-responsive { .table-responsive {
min-height: 0;
overflow-x: auto; overflow-x: auto;
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -223,6 +223,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re ...@@ -223,6 +223,8 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
else $parent.find('.active').removeClass('active') else $parent.find('.active').removeClass('active')
} }
if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
} else {
this.$element.attr('aria-pressed', !this.$element.hasClass('active'))
} }
if (changed) this.$element.toggleClass('active') if (changed) this.$element.toggleClass('active')
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment