We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2357020 + dad5ef3 commit 661f994Copy full SHA for 661f994
src/main/scss/components/_dialogs.scss
@@ -87,6 +87,12 @@ $jenkins-dialog-padding: 1.3rem;
87
}
88
89
90
+@keyframes jenkins-dialog-backdrop-animate-out {
91
+ to {
92
+ opacity: 0;
93
+ }
94
+}
95
+
96
@keyframes jenkins-dialog-animate-in {
97
from {
98
scale: 85%;
src/main/scss/form/_search-bar.scss
@@ -133,7 +133,7 @@
133
place-self: center center;
134
opacity: 0;
135
scale: 0;
136
- filter: blur(5px);
+ filter: blur(2.5px);
137
138
139
&::after {
0 commit comments