♻️ toolptiped

This commit is contained in:
Van
2019-03-20 13:50:45 +08:00
parent 4d04c02872
commit 8c9b13c393
28 changed files with 42 additions and 191 deletions

View File

@@ -85,13 +85,13 @@
<div class="fn-right">
<a href="${servePath}/search" aria-label="${searchLabel}"
class="pipe-tooltipped pipe-tooltipped--w header__icon">
class="vditor-tooltipped vditor-tooltipped__w header__icon">
<svg>
<use xlink:href="#icon-search"></use>
</svg>
</a>
<#if isLoggedIn>
<a class="avatar pipe-tooltipped pipe-tooltipped--w header__icon" aria-label="${adminLabel}"
<a class="avatar vditor-tooltipped vditor-tooltipped__w header__icon" aria-label="${adminLabel}"
href="${servePath}/admin-index.do#main"
style="background-image: url(${adminUser.userAvatar});"></a>
<#else>