Skip to content

Commit

Permalink
Merge pull request #5681 from palantir/hwarhurst/omnibar-smoother-fad…
Browse files Browse the repository at this point in the history
…e-out

Smoothen Omnibar fadeout
  • Loading branch information
henrywarhurst committed Oct 19, 2022
2 parents 9b67a17 + 6caa2df commit 3bb00cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/select/src/components/omnibar/_omnibar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $omnibar-input-height: $pt-grid-size * 4 !default;
.#{$ns}-omnibar {
$omnibar-transition-props: (
filter: (blur($pt-grid-size * 2), blur(0)),
opacity: (0.2, 1),
opacity: (0, 1),
);

@include react-transition(
Expand Down

1 comment on commit 3bb00cf

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge pull request #5681 from palantir/hwarhurst/omnibar-smoother-fade-out

Previews: documentation | landing | table | demo

Please sign in to comment.