mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Remove outline from focused modal root element
This commit is contained in:
parent
42908ccca6
commit
e79ae84e9c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
]}
|
||||
|
|
Loading…
Add table
Reference in a new issue