UX: Fix user bookmark list keyboard focus state (#27515)
This commit is contained in:
parent
f595d599dd
commit
80149b3396
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue