-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
develop #2601
base: master
Are you sure you want to change the base?
develop #2601
Conversation
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.
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.
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.
- form: send button has default borders (remove it), form submit shouldn't reload the page, simply clear the form values, I would disable resize for the textarea,
- Open menu icon should have the same size as the phone icon (e.g. on the desktop it is way to small),
- Open/Close menu button should be in the exact same position,
- On the tablet resolution, the "phone" text shouldn't be higher that the input
src/styles/blocks/details.scss
Outdated
width: 276px; | ||
&:hover { | ||
cursor: pointer; | ||
transition: box-shadow 0.3s; |
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.
The transitions mustn't be inside a hover. That's why your transitions are not smoothly going back to initial styles when you stop hovering them. Is should be moved up.
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.
To be clear - you should do so for all transitions in order to have them nicely 'animated'
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.
I want you to do something about your hover effects. As I said noticed in the previous review, you are applying transition inside of hover
block. It has to be outside of it in order to have smooth 'exit' animation.
Speaking of hover effects, I would like you to prevent the images (for example from 'compare bike') from overlapping on text underneath them.
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.
Approved, well done!
https://michal-reszka.github.io/layout_miami/