mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
25 lines
346 B
CSS
25 lines
346 B
CSS
.rose path {
|
|
transition: fill-opacity 180ms linear;
|
|
stroke: #fff;
|
|
stroke-width: 1px;
|
|
stroke-opacity: 1;
|
|
fill-opacity: 0.75;
|
|
}
|
|
|
|
.rose text {
|
|
font: 400 12px Arial, sans-serif;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.rose .clickable path {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.rose .hover path {
|
|
fill-opacity: 1;
|
|
}
|
|
|
|
.nv-legend .nv-series {
|
|
cursor: pointer;
|
|
}
|