Skip to content
Snippets Groups Projects
Commit 56e99ac7 authored by Farbod Zamani's avatar Farbod Zamani Committed by Jan-Hendrik Willms
Browse files

Biest #1413

Closes #1413

Merge request studip/studip!973
parent e62f46d7
No related branches found
No related tags found
No related merge requests found
Pipeline #6157 passed
......@@ -2667,6 +2667,13 @@ m a n a g e r
padding: 0.25em 0 0.5em 0;
font-size: 1.6em;
font-weight: 700;
button.cw-insert-element {
background: transparent;
border: none;
cursor: pointer;
padding: 0;
}
}
}
.cw-manager-element-containers {
......
......@@ -17,14 +17,13 @@
</a>
</nav>
<header>
<a
<button class="cw-insert-element"
v-if="elementInserterActive && moveSelfPossible && canEdit"
href="#"
:title="elementTitle"
@click="insertElement({element: currentElement, source: type})"
>
<studip-icon shape="arr_2left" size="24" role="clickable" />
</a>
</button>
{{ elementName }}
</header>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment