Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Add acrylic effect for .autocomplete-results
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWillCom committed Dec 18, 2020
1 parent 0587600 commit ea3c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--color-fade-black-50: transparent;
}

.SelectMenu-modal, .dropdown-menu, .Popover-message.Box, .Box--overlay, .select-menu-modal {
.SelectMenu-modal, .dropdown-menu, .Popover-message.Box, .Box--overlay, .select-menu-modal, .autocomplete-results {
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}
Expand Down

0 comments on commit ea3c918

Please sign in to comment.