Skip to content

Commit 3db2b24

Browse files
committed
Updated line 37,44, 72 to fix a stray asterix causing pre-compilation issues
1 parent a2fafcb commit 3db2b24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
.paging_two_button .ui-button {
3535
float: left;
3636
cursor: pointer;
37-
* cursor: hand;
37+
cursor: hand;
3838
}
3939

4040
.paging_full_numbers .ui-button {
4141
padding: 2px 6px;
4242
margin: 0;
4343
cursor: pointer;
44-
* cursor: hand;
44+
cursor: hand;
4545
color: #333 !important;
4646
}
4747

@@ -69,7 +69,7 @@
6969
table.display thead th {
7070
padding: 3px 0px 3px 10px;
7171
cursor: pointer;
72-
* cursor: hand;
72+
cursor: hand;
7373
}
7474

7575
div.dataTables_wrapper .ui-widget-header {
@@ -527,4 +527,4 @@ tr.even.gradeU td.sorting_3 {
527527

528528
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
529529
background-color: #E6FF99;
530-
}
530+
}

0 commit comments

Comments
 (0)