Merge pull request #974 from nasa/open970

R&I open970: hide nav-to-parent arrow when in Edit mode
This commit is contained in:
Andrew Henry
2016-05-27 14:56:48 -07:00

View File

@ -288,8 +288,9 @@ body.desktop .pane .mini-tab-icon.toggle-pane {
.left { .left {
padding-right: $interiorMarginLg; padding-right: $interiorMarginLg;
.l-back:not(.s-status-editing) { .l-back {
margin-right: $interiorMarginLg; margin-right: $interiorMarginLg;
&.s-status-editing { display: none; }
} }
} }
} }