Skip to content

Commit

Permalink
Merge branch 'refine-command-palette' into add-icons-to-command-palette
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 11, 2024
2 parents 2357020 + dad5ef3 commit 661f994
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/main/scss/components/_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ $jenkins-dialog-padding: 1.3rem;
}
}

@keyframes jenkins-dialog-backdrop-animate-out {
to {
opacity: 0;
}
}

@keyframes jenkins-dialog-animate-in {
from {
scale: 85%;
Expand Down
2 changes: 1 addition & 1 deletion src/main/scss/form/_search-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
place-self: center center;
opacity: 0;
scale: 0;
filter: blur(5px);
filter: blur(2.5px);
}

&::after {
Expand Down

0 comments on commit 661f994

Please sign in to comment.