UX: Fix user bookmark list keyboard focus state (#27515)

This commit is contained in:
Penar Musaraj 2024-06-18 12:04:48 -04:00 committed by GitHub
parent f595d599dd
commit 80149b3396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
</label> </label>
</td> </td>
{{/if}} {{/if}}
<th scope="row" class="main-link topic-list-data"> <td class="main-link topic-list-data">
<span class="link-top-line"> <span class="link-top-line">
<div class="bookmark-metadata"> <div class="bookmark-metadata">
{{#if bookmark.reminder_at}} {{#if bookmark.reminder_at}}
@ -157,7 +157,7 @@
class="post-excerpt" class="post-excerpt"
{{on "click" this.screenExcerptForExternalLink}} {{on "click" this.screenExcerptForExternalLink}}
>{{html-safe bookmark.excerpt}}</p> >{{html-safe bookmark.excerpt}}</p>
</th> </td>
{{#if this.site.desktopView}} {{#if this.site.desktopView}}
<td class="author-avatar topic-list-data"> <td class="author-avatar topic-list-data">
{{#if bookmark.user.avatar_template}} {{#if bookmark.user.avatar_template}}