mirror of
https://github.com/nasa/openmct.git
synced 2025-05-06 18:48:27 +00:00
[Display Layout] Grid lines should show and hide appropriately for nested layouts (#3330)
* change selector from sibling to same element * hide gridlines for selected layout if is multi selection
This commit is contained in:
parent
463c44679d
commit
1a6369c2b9
@ -42,10 +42,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.l-layout__frame {
|
.l-layout__frame {
|
||||||
&[s-selected],
|
&[s-selected]:not([multi-select="true"]),
|
||||||
&[s-selected-parent] {
|
&[s-selected-parent] {
|
||||||
// Display grid and allow edit marquee to display in nested layouts when editing
|
// Display grid and allow edit marquee to display in nested layouts when editing
|
||||||
> * > * > .l-layout + .allow-editing {
|
> * > * > .l-layout.allow-editing {
|
||||||
box-shadow: inset $editUIGridColorFg 0 0 2px 1px;
|
box-shadow: inset $editUIGridColorFg 0 0 2px 1px;
|
||||||
|
|
||||||
> [class*='grid-holder'] {
|
> [class*='grid-holder'] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user