Skip to content
Snippets Groups Projects
Commit 021e4ede authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: add focus-states to remove-buttons

refs #293
parent ed8e97c6
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<button <button
v-if="removable" v-if="removable"
type="button" type="button"
class="btn tw-text-xs tw-p-0 tw-flex-none tw-ml-1" class="btn tw-text-xs tw-p-0 tw-flex-none tw-ml-1 focus-visible:tw-ring-2"
@click="emit('remove')" @click="emit('remove')"
> >
<icon-system-uicons-cross /> <icon-system-uicons-cross />
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<button <button
v-if="removable" v-if="removable"
type="button" type="button"
class="btn tw-text-xs tw-p-0 tw-flex-none tw-ml-auto" class="btn tw-text-xs tw-p-0 tw-flex-none tw-ml-auto focus-visible:tw-ring-2"
@click="emit('remove')" @click="emit('remove')"
> >
<icon-system-uicons-cross /> <icon-system-uicons-cross />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment