Skip to content

Commit 1bce3f1

Browse files
authored
Clean up ReconnectModal CSS formatting (#64258)
1 parent 0959782 commit 1bce3f1

File tree

1 file changed

+4
-7
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/Components/Layout

1 file changed

+4
-7
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/Components/Layout/ReconnectModal.razor.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@
3131
opacity: 0;
3232
transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
3333
animation: components-reconnect-modal-fadeOutOpacity 0.5s both;
34-
&[open]
35-
36-
{
37-
animation: components-reconnect-modal-slideUp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity 0.5s ease-in-out 0.3s;
38-
animation-fill-mode: both;
39-
}
40-
34+
&[open] {
35+
animation: components-reconnect-modal-slideUp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity 0.5s ease-in-out 0.3s;
36+
animation-fill-mode: both;
37+
}
4138
}
4239

4340
#components-reconnect-modal::backdrop {

0 commit comments

Comments
 (0)