focus to elements
This commit is contained in:
parent
d79968e095
commit
4d45cd38d9
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<MkA
|
||||
class="rivslvers"
|
||||
tabindex="-1"
|
||||
:class="{
|
||||
isMe: isMe(message),
|
||||
isRead: message.groupId
|
||||
|
@ -27,6 +26,7 @@
|
|||
: message.user
|
||||
"
|
||||
:show-indicator="true"
|
||||
disableLink
|
||||
/>
|
||||
<header v-if="message.groupId">
|
||||
<span class="name">{{ message.group.name }}</span>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<MkA :to="`/gallery/${post.id}`" class="ttasepnz _panel" tabindex="-1">
|
||||
<MkA :to="`/gallery/${post.id}`" class="ttasepnz _panel">
|
||||
<div class="thumbnail">
|
||||
<ImgWithBlurhash
|
||||
class="img"
|
||||
|
@ -34,7 +34,7 @@ const props = defineProps<{
|
|||
position: relative;
|
||||
height: 200px;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
color: var(--accent);
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@ html {
|
|||
line-height: 1.6;
|
||||
text-size-adjust: 100%;
|
||||
tab-size: 2;
|
||||
scroll-padding: 60px;
|
||||
|
||||
&.f-1 {
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Reference in New Issue