mirror of
https://github.com/nasa/openmct.git
synced 2025-04-15 06:56:43 +00:00
[Fixed Position] Change class based on selection state
Change classes for all non-selected objects when an object is selected, WTD-882.
This commit is contained in:
parent
91754f76ad
commit
be3a31324d
@ -15,6 +15,7 @@
|
||||
style="position: absolute;"
|
||||
key="element.template"
|
||||
parameters="{ gridSize: controller.getGridSize() }"
|
||||
ng-class="{ disabled: controller.selected() && !controller.selected(element) }"
|
||||
ng-style="element.style"
|
||||
ng-click="controller.select(element)"
|
||||
ng-model="element">
|
||||
|
Loading…
x
Reference in New Issue
Block a user