Leon4gr45's picture
Upload source files chunk 19
76a7a50 verified
Raw
History Blame Contribute Delete
728 Bytes
[vue-entry="CoreVisualizations.SeriesPicker"] {
display: inline-block;
}
.jqplot-seriespicker {
display: inline-block;
&:not(.open) {
opacity: .55;
}
&.open { // while open, make sure we're above other series picker icons
z-index: 1000;
}
> a {
display: inline-block;
opacity: 0;
position: absolute;
}
position: relative;
}
.jqplot-seriespicker-popover {
position: absolute;
top: -3px;
left: -4px;
}
// In a narrow legend footer the picker stacks onto its own full-width row; widen this
// inline-block wrapper (built in seriesPicker.js) so the picker inside can fill the line.
.jqplot-legend-footer.is-narrow .jqplot-legend-picker > .series-picker-wrapper {
width: 100%;
}