Skip to content

Commit

Permalink
Smoothen Omnibar fadeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Warhurst committed Oct 19, 2022
1 parent 9b67a17 commit 6caa2df
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

0 comments on commit 6caa2df

Please sign in to comment.