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.
2 parents d1c38c2 + e39fc5b commit 98dfa1bCopy full SHA for 98dfa1b
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