Started working on custom tooltips

This commit is contained in:
2018-04-18 11:26:40 +02:00
parent 9c2f16ad84
commit 72eca51224
6 changed files with 50 additions and 5 deletions

View File

@ -52,7 +52,7 @@ component EditLogScrollable(entries []*arn.EditLogEntry, user *arn.User)
RawIcon("minus-circle")
.edit-log-user
a.edit-log-user-link(href=entry.User().Link(), title=entry.User().Nick)
a.edit-log-user-link.tip(href=entry.User().Link(), aria-label=entry.User().Nick)
AvatarNoLink(entry.User())
.edit-log-object