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 b6e296c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/select/src/components/omnibar/_omnibar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ $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 b6e296c

Please sign in to comment.