mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
Misc Fixes 2
- Hide nav-to-parent button when editing
This commit is contained in:
parent
1ec529f360
commit
06524ce967
@ -289,10 +289,14 @@ const PLACEHOLDER_OBJECT = {};
|
||||
|
||||
&__nav-to-parent-button {
|
||||
// This is an icon-button
|
||||
$p: $interiorMarginLg;
|
||||
$p: $interiorMargin;
|
||||
margin-right: $interiorMargin;
|
||||
padding-left: $p;
|
||||
padding-right: $p;
|
||||
|
||||
.is-editing & {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__object-name--w {
|
||||
|
Loading…
x
Reference in New Issue
Block a user