Skip to content

Commit

Permalink
Remove unnecessary outline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 11, 2024
1 parent 68f5002 commit 6c79a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/live/file_select_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ defmodule LivebookWeb.FileSelectComponent do
<:toggle>
<button
type="button"
class="w-full flex space-x-2 items-center p-2 rounded-lg hover:bg-gray-100 focus:ring-1 focus:ring-gray-400"
class="w-full flex space-x-2 items-center p-2 rounded-lg hover:bg-gray-100 focus:ring-1 focus:ring-gray-400 focus-visible:outline-none"
data-toggle
aria-label={"#{if @file_info.name == "..", do: "parent directory", else: @file_info.name}"}
phx-click="set_path"
Expand Down

0 comments on commit 6c79a6d

Please sign in to comment.