Skip to content

Commit 7444dee

Browse files
juliyvchirkovwenzhixin
authored andcommitted
redundant prefix .bootstrap-table .table > tbody > tr.groupBy + removal
the rigorous testing [on patch fiddle](wenzhixin#3598 (comment)) revealed the prefix `.bootstrap-table .table > tbody > tr.groupBy +` which has been initially applied just to follow the existing style is redundant &, moreover, for this concrete case is harmful 'cause it brings the mess on selectors & leads to the fault of the whole patch scheme after all as you can see https://jsfiddle.net/juliyvchirkov/jdwLp29e unprefixed rule achieves the goal as initially planned
1 parent d97744a commit 7444dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/group-by-v2/bootstrap-table-group-by.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
}
88

9-
.bootstrap-table .table > tbody > tr.groupBy + tr.hidden + tr.detail-view {
9+
tr.hidden + tr.detail-view {
1010
display: none;
1111
}

0 commit comments

Comments
 (0)