Skip to content
Snippets Groups Projects
Commit 389902da 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 f478c916
No related branches found
No related tags found
No related merge requests found
...@@ -2666,6 +2666,13 @@ m a n a g e r ...@@ -2666,6 +2666,13 @@ m a n a g e r
padding: 0.25em 0 0.5em 0; padding: 0.25em 0 0.5em 0;
font-size: 1.6em; font-size: 1.6em;
font-weight: 700; font-weight: 700;
button.cw-insert-element {
background: transparent;
border: none;
cursor: pointer;
padding: 0;
}
} }
} }
.cw-manager-element-containers { .cw-manager-element-containers {
......
...@@ -17,14 +17,13 @@ ...@@ -17,14 +17,13 @@
</a> </a>
</nav> </nav>
<header> <header>
<a <button class="cw-insert-element"
v-if="elementInserterActive && moveSelfPossible && canEdit" v-if="elementInserterActive && moveSelfPossible && canEdit"
href="#"
:title="elementTitle" :title="elementTitle"
@click="insertElement({element: currentElement, source: type})" @click="insertElement({element: currentElement, source: type})"
> >
<studip-icon shape="arr_2left" size="24" role="clickable" /> <studip-icon shape="arr_2left" size="24" role="clickable" />
</a> </button>
{{ elementName }} {{ elementName }}
</header> </header>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment