Skip to content

Commit

Permalink
Update ColumnReorder selector for table-cell override again
Browse files Browse the repository at this point in the history
Turns out dojo/dnd changes both dojoDndSource and dojoDndContainer classes,
at different times...
  • Loading branch information
Kenneth G. Franqueiro committed Sep 3, 2014
1 parent 0e2e12e commit e96de77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/extensions/ColumnReorder.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.dgrid-header .dojoDndSource .dgrid-cell {
.dgrid-header .dojoDndTarget .dgrid-cell {
display: table-cell; /* override any spurious dojoDndItem settings elsewhere */
}

Expand Down

0 comments on commit e96de77

Please sign in to comment.