-
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
Edit opacity from 0.8 to 0.5 and remove forBackdropFilter #5291
Conversation
Would you mind handling those changes in the PR @jss475 🙏? Thanks a lot |
Yup you got it @FelixMalfait! |
… remove top border, input space height: 36px
@Bonapara I hardcoded the background for the ObjectFilterDropdownFilterSelect component to have Should I have conditionally made the background transparent only in dark mode and have a different conditional to make border-top none when its at the top position? Also, is the intended behavior to have a small padding on the bottom if there is no text that matches the filter text? |
Hi @jss475, I think Regarding the padding, it should be 8px left and right, and the height should be fixed to 36px: You can inspect this component: Thanks! |
Hey @Bonapara! You got it! I had to add a bottom-border for the menu header. I've updated it with the latest commit. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
) Update for twentyhq#4836 - edit primary and secondary transparency opacities from 0.8 to 0.5 - remove forBackdropFilter from themes - update components referencing transparency/primary and transparency/secondary to have the following backdrop-filter: blur(12px) saturate(200%) contrast(50%) brightness(130%) --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Update for #4836