Commit 9a33b3cf by marco

visual fix hides component action header when unit is in public mode as editing…

visual fix hides component action header when unit is in public mode as editing tools should not be acessible
parent 9d950436
...@@ -895,7 +895,7 @@ body.unit { ...@@ -895,7 +895,7 @@ body.unit {
display: inline-block; display: inline-block;
float: right; float: right;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
} }
&.editing { &.editing {
...@@ -1212,7 +1212,7 @@ body.unit { ...@@ -1212,7 +1212,7 @@ body.unit {
.edit-state-public { .edit-state-public {
.delete-draft, .delete-draft,
.component-actions, .wrapper-component-action-header,
.new-component-item, .new-component-item,
.editing-draft-alert, .editing-draft-alert,
.publish-draft-message, .publish-draft-message,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment