mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
remove debugging code
This commit is contained in:
parent
a2e6a184d8
commit
145ab3361a
@ -33,8 +33,7 @@
|
|||||||
:class="{
|
:class="{
|
||||||
'l-shell__head--expanded': headExpanded,
|
'l-shell__head--expanded': headExpanded,
|
||||||
'l-shell__head--minify-indicators': !headExpanded,
|
'l-shell__head--minify-indicators': !headExpanded,
|
||||||
'l-shell__head--indicators-single-line': !indicatorsMultiline,
|
'l-shell__head--indicators-single-line': !indicatorsMultiline
|
||||||
'--indicators-overflowing': isOverflowing
|
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<CreateButton class="l-shell__create-button" />
|
<CreateButton class="l-shell__create-button" />
|
||||||
|
@ -274,10 +274,6 @@
|
|||||||
margin-left: auto; // Mimics justify-content: flex-end when in single line mode.
|
margin-left: auto; // Mimics justify-content: flex-end when in single line mode.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.--is-overflowing {
|
|
||||||
background: rgba(deeppink, 0.1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************* MAIN AREA */
|
/******************************* MAIN AREA */
|
||||||
|
Loading…
Reference in New Issue
Block a user