Skip to content

Commit 9c39199

Browse files
committed
tweaking UX on 'coercions-grid'
1 parent 65f530f commit 9c39199

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

coercions-grid/grid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,12 +760,12 @@
760760
runAssertions();
761761

762762

763-
$("#open_controls").click(function(evt){
763+
$("#open_controls, #calltoaction").click(function(evt){
764764
evt.preventDefault();
765765
evt.stopPropagation();
766766
evt.stopImmediatePropagation();
767767
$("#controls").toggle();
768-
$(this).toggleClass("open");
768+
$("#open_controls").toggleClass("open");
769769
$("#calltoaction").hide();
770770
});
771771

coercions-grid/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ table.hideExtended td:nth-child(13), table.hideExtended th:nth-child(13) {
9393
background-color: #8b8b00;
9494
color: white;
9595
font-weight: bold;
96+
cursor: pointer;
9697
}
9798

9899
#legend {

0 commit comments

Comments
 (0)