We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c38c2 commit e39fc5bCopy full SHA for e39fc5b
src/output.jl
@@ -63,7 +63,7 @@ function alert(::WidgetTheme, text = ""; value = text)
63
}"""
64
)
65
Widget{:alert}(["text" => value]; scope = scp,
66
- layout = t -> node(:div, Widgets.scope(t), style = Dict("visible" => false)))
+ layout = t -> node(:div, Widgets.scope(t), style = Dict("display" => "none")))
67
end
68
69
(wdg::Widget{:alert})(text = wdg["text"][]) = (wdg["text"][] = text; return)
0 commit comments