mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
[hotfix] parallel coordinates grey background on hover
This commit is contained in:
7
caravel/assets/visualizations/parallel_coordinates.css
Normal file
7
caravel/assets/visualizations/parallel_coordinates.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.para div.grid {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.para .grid div.row:hover {
|
||||
background-color: #CCC;
|
||||
}
|
||||
Reference in New Issue
Block a user