Started working on custom tooltips
This commit is contained in:
@ -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
|
||||
|
@ -27,7 +27,6 @@
|
||||
.user-image
|
||||
width calc(avatar-size / 1.5)
|
||||
height calc(avatar-size / 1.5)
|
||||
margin-right 0.5rem
|
||||
|
||||
.edit-log-user-link
|
||||
horizontal
|
||||
|
Reference in New Issue
Block a user