-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Background Blur to Input Fields in Edit Popups #5644
Comments
Disclaimer: This comment was automatically generated with AI. It can give some useful hints as to where to look for, but sometimes it can also give very inaccurate answers so takes this with a pinch of salt :). To add the background blur to input fields in edit popups, update the styles in the relevant overlay components. Refer to backdrop-filter: blur(12px) saturate(200%) contrast(50%) brightness(130%);
background: rgba(252, 252, 252, 0.5); Update the following components:
References |
@Bonapara and @charlesBochet I'd like to work on this. Could you assign it to me, please? |
Sure @shyamsundertard, thanks for contributing! |
@shyamsundertard FYI backdrop filters cannot be superposed in Chrome only one child should set it, this might be the cause of the issue |
Ok I'll take care about it. |
Current behavior
Some input fields lack a backdrop filter and have a plain background color.
Current:
Desired:
Desired Behavior
Add the background blur to every field edit popup
Fields to update (but do check if I missed any):
The text was updated successfully, but these errors were encountered: