position of toggle button improved (differentation between twig and vue) + fix fa-eye-slash in vue component

This commit is contained in:
2022-03-09 12:10:33 +01:00
parent c611f35cd6
commit 3d1ded8b1c
3 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<slot name="confidential-content"></slot>
</div>
<div class="toggle-container">
<i class="fa fa-eye toggle" :class="{ toggleIcon }" aria-hidden="true" @click="toggleBlur"></i>
<i class="fa toggle" :class="toggleIcon" aria-hidden="true" @click="toggleBlur"></i>
</div>
</div>
</template>