mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
* Change in files * Renamin files and folders * cleaning up a single piece of lint * Removing boat picture from docs * add superset word mark * Update rename note in docs * Fixing images * Pinning datatables * Fixing issues with mapbox-gl * Forgot to rename one file * Linting * v0.13.0 * adding pyyaml to dev-reqs
44 lines
469 B
CSS
44 lines
469 B
CSS
text {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.grandparent text {
|
|
font-weight: bold;
|
|
}
|
|
|
|
rect {
|
|
fill: none;
|
|
stroke: #fff;
|
|
}
|
|
|
|
rect.parent,
|
|
.grandparent rect {
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
rect.parent {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.grandparent rect {
|
|
fill: #eee;
|
|
}
|
|
|
|
.grandparent:hover rect {
|
|
fill: #aaa;
|
|
}
|
|
|
|
.children rect.parent,
|
|
.grandparent rect {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.children rect.parent {
|
|
fill: #bbb;
|
|
fill-opacity: .5;
|
|
}
|
|
|
|
.children:hover rect.child {
|
|
fill: #bbb;
|
|
}
|