UX: Fix user bookmark list keyboard focus state (#27515)
This commit is contained in:
parent
f595d599dd
commit
80149b3396
|
@ -80,7 +80,7 @@
|
|||
</label>
|
||||
</td>
|
||||
{{/if}}
|
||||
<th scope="row" class="main-link topic-list-data">
|
||||
<td class="main-link topic-list-data">
|
||||
<span class="link-top-line">
|
||||
<div class="bookmark-metadata">
|
||||
{{#if bookmark.reminder_at}}
|
||||
|
@ -157,7 +157,7 @@
|
|||
class="post-excerpt"
|
||||
{{on "click" this.screenExcerptForExternalLink}}
|
||||
>{{html-safe bookmark.excerpt}}</p>
|
||||
</th>
|
||||
</td>
|
||||
{{#if this.site.desktopView}}
|
||||
<td class="author-avatar topic-list-data">
|
||||
{{#if bookmark.user.avatar_template}}
|
||||
|
|
Loading…
Reference in New Issue