Skip to content

Commit

Permalink
[hotfix] parallel coordinates grey background on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 14, 2016
1 parent 77d8ccb commit bacbd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
overflow: auto;
}

.para div.row:hover {
.para .grid div.row:hover {
background-color: #CCC;
}
2 changes: 1 addition & 1 deletion caravel/assets/visualizations/parallel_coordinates.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ d3.divgrid = require('../vendor/parallel_coordinates/divgrid.js');

// CSS
require('../vendor/parallel_coordinates/d3.parcoords.css');
require('../stylesheets/parallel_coordinates.css');
require('./parallel_coordinates.css');

function parallelCoordVis(slice) {

Expand Down

0 comments on commit bacbd90

Please sign in to comment.