提交 5049cbdb 编写于 作者: C Clement Ho

Add table-header-group display class

上级 5a6e8492
......@@ -52,6 +52,16 @@ table {
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
.hidden {
......
......@@ -5,7 +5,7 @@
- if @abuse_reports.present?
.table-holder
%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
%th User
%th Reported by
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册