mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
18 lines
249 B
CSS
18 lines
249 B
CSS
.chord svg #circle circle {
|
|
fill: none;
|
|
pointer-events: all;
|
|
}
|
|
|
|
.chord svg .group path {
|
|
fill-opacity: .6;
|
|
}
|
|
|
|
.chord svg path.chord {
|
|
stroke: #000;
|
|
stroke-width: .25px;
|
|
}
|
|
|
|
.chord svg #circle:hover path.fade {
|
|
opacity: 0.2;
|
|
}
|