Remove outline from focused modal root element

This commit is contained in:
Jonatan Kłosko 2024-09-07 00:05:12 +07:00
parent 42908ccca6
commit e79ae84e9c

View file

@ -193,7 +193,7 @@ defmodule LivebookWeb.CoreComponents do
<.focus_wrap
id={"#{@id}-content"}
class={[
"relative max-h-full overflow-y-auto bg-white rounded-lg shadow-xl",
"relative max-h-full overflow-y-auto bg-white rounded-lg shadow-xl focus-visible:outline-none",
"w-full p-6",
modal_width_class(@width)
]}