Skip to content

Commit

Permalink
cluster: allow tab navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Nov 21, 2023
1 parent 7af2451 commit 3fe9fdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/frame/Cluster.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<component
:is="link ? 'router-link' : 'div'"
draggable="false"
tabindex="1"
:aria-label="title"
class="cluster fill-block"
:class="{ error }"
:to="target"
Expand Down Expand Up @@ -200,6 +202,11 @@ img {
.count-bubble :deep .counter-bubble__counter {
color: unset !important;
}
// Move focus outline inwards
&:focus {
outline-offset: -4px;
}
}
$namemargin: 10px;
Expand Down

0 comments on commit 3fe9fdc

Please sign in to comment.