Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/views/livewire/version-switcher.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
class="
inline-flex items-center
opacity-60 hover:opacity-100 transition-opacity duration-200
focus-within:outline-2 focus-within:rounded-xs focus-within:outline-offset-2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this focus state without providing an alternative? This is used when using keyboard navigation on the site. e.g. tab & space

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch! Unfortunately, I haven't found an alternative method for that issue. The previous code is better for handling keyboard navigation and provides a better user experience, so let's stick with that one.

"
>

Expand All @@ -14,9 +13,10 @@ class="
wire:model.live="version"
class="
-ml-1 py-0 pr-8
bg-transparent border-0
border-0
text-sm whitespace-nowrap
focus:ring-0
dark:bg-black
"
>

Expand Down