vendor/assets/stylesheets/table.scss in active_frontend-1.0.6 vs vendor/assets/stylesheets/table.scss in active_frontend-1.0.7
- old
+ new
@@ -35,26 +35,31 @@
.table th a:hover { color: rgba(15,135,226,1); }
.table th.tablespy-sort-asc:before {
content: "\f3d8";
float: right;
font-family: "Ionicons";
+ font-weight: normal;
+ font-style: normal;
}
.table th.tablespy-sort-desc:before {
content: "\f3d0";
float: right;
font-family: "Ionicons";
+ font-weight: normal;
+ font-style: normal;
}
.table th.tablespy-sort-none:before {
content: "\f462";
float: right;
font-family: "Ionicons";
+ font-weight: normal;
+ font-style: normal;
}
.table th.tablespy-sort-asc,
.table th.tablespy-sort-desc,
.table th.tablespy-sort-none { cursor: pointer; }
.table th.tablespy-sort-empty:before { content: ""; }
.table th.tablespy-sort-empty { pointer-events: none; }
-
.table caption {
border-bottom: 1px solid rgba(225,232,237,1);
border-top: 0;
}
.table caption + thead tr:first-child th,
\ No newline at end of file