-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(files): Add rounded corners back in grid view #46373
Conversation
9ac6d38
to
54f48d3
Compare
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.
LGTM
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.
var(--border-radius)
for the image preview itself looks good, but the outside element (the hover/focus background) should have a bigger radius to match, so best use var(--border-radius-large)
for that.
This is the same how it is in the action menus for example.
54f48d3
to
9ebac30
Compare
Updated |
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.
✨ 🟦
Signed-off-by: Louis Chemineau <louis@chmn.me>
9ebac30
to
5fc79e4
Compare
Was removed intentionally due to mockups.