Skip to content

Commit da81e0e

Browse files
committed
e64f2a4be55b4c5b856df32b60f7cbbe1494caf8 Fix: Use "Black Right-Pointing Triangle" rather than "Black Right-Pointing Pointer" for child row display control
Sync to source repo @e64f2a4be55b4c5b856df32b60f7cbbe1494caf8
1 parent f2383db commit da81e0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

css/dataTables.bootstrap4.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ table.dataTable td.dt-control {
1919
table.dataTable td.dt-control:before {
2020
display: inline-block;
2121
color: rgba(0, 0, 0, 0.5);
22-
content: "";
22+
content: "";
2323
}
2424
table.dataTable tr.dt-hasChild td.dt-control:before {
2525
content: "▼";

0 commit comments

Comments
 (0)