[Frontend] Mod CSS to properly hide nav-to-parent when editing

fixes #970
Not sure what problem was, but betting this was due to removal
of an ng-class previously in markup;
This commit is contained in:
Charles Hacskaylo
2016-05-26 12:45:25 -07:00
parent a88b4b31a1
commit 9820f9d9c5

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; }
} }
} }
} }