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