Commit 5049cbdb authored by Clement Ho's avatar Clement Ho

Add table-header-group display class

parent 5a6e8492
...@@ -52,6 +52,16 @@ table { ...@@ -52,6 +52,16 @@ table {
pointer-events: none; pointer-events: none;
} }
@each $breakpoint in map-keys($grid-breakpoints) {
@include media-breakpoint-up($breakpoint) {
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
.d#{$infix}-table-header-group { display: table-header-group !important; }
}
}
// Polyfill deprecated selectors // Polyfill deprecated selectors
.hidden { .hidden {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
- if @abuse_reports.present? - if @abuse_reports.present?
.table-holder .table-holder
%table.table.responsive-table %table.table.responsive-table
%thead.d-none.d-sm-none.d-md-block %thead.d-none.d-sm-none.d-md-table-header-group
%tr %tr
%th User %th User
%th Reported by %th Reported by
......
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