mirror of
https://github.com/nasa/openmct.git
synced 2025-01-14 08:49:58 +00:00
this should be a button
This commit is contained in:
parent
12fbc3d562
commit
3920aaff6e
@ -27,11 +27,11 @@
|
|||||||
'is-legend-hidden': isLegendHidden
|
'is-legend-hidden': isLegendHidden
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div
|
<button
|
||||||
class="c-plot-legend__view-control gl-plot-legend__view-control c-disclosure-triangle is-enabled"
|
class="c-plot-legend__view-control gl-plot-legend__view-control c-disclosure-triangle is-enabled"
|
||||||
:class="{ 'c-disclosure-triangle--expanded': isLegendExpanded }"
|
:class="{ 'c-disclosure-triangle--expanded': isLegendExpanded }"
|
||||||
@click="toggleLegend"
|
@click="toggleLegend"
|
||||||
></div>
|
></button>
|
||||||
|
|
||||||
<div class="c-plot-legend__wrapper" :class="{ 'is-cursor-locked': cursorLocked }">
|
<div class="c-plot-legend__wrapper" :class="{ 'is-cursor-locked': cursorLocked }">
|
||||||
<!-- COLLAPSED PLOT LEGEND -->
|
<!-- COLLAPSED PLOT LEGEND -->
|
||||||
|
Loading…
Reference in New Issue
Block a user