vendor/assets/stylesheets/twbs/bootstrap/tables.less in twbs_less_rails-2.7.2 vs vendor/assets/stylesheets/twbs/bootstrap/tables.less in twbs_less_rails-2.8.1
- old
+ new
@@ -139,10 +139,11 @@
}
table {
td,
th {
&[class*="col-"] {
+ position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
float: none;
display: table-cell;
}
}
}
@@ -154,11 +155,12 @@
// inheritance to nested tables.
// Generate the contextual variants
.table-row-variant(active; @table-bg-active);
.table-row-variant(success; @state-success-bg);
-.table-row-variant(danger; @state-danger-bg);
+.table-row-variant(info; @state-info-bg);
.table-row-variant(warning; @state-warning-bg);
+.table-row-variant(danger; @state-danger-bg);
// Responsive tables
//
// Wrap your tables in `.table-responsive` and we'll make them mobile friendly