Skip to content
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

all done #3881

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

all done #3881

wants to merge 10 commits into from

Conversation

VadymBryvka
Copy link

@VadymBryvka VadymBryvka commented Dec 15, 2023

[DEMO LINK] https://vadymbryvka.github.io/layout_search-bar-airbnb/
[TEST REPORT LINK] https://vadymbryvka.github.io/layout_search-bar-airbnb/report/html_report/

By the way you see these three commits they failed because when i launched npm test in terminal all test be successful. But in github they show me eror. (I can give more information if you need)

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job 👍
Need to remove the default border when input is focusing
image

src/style.css Outdated

.search-form__input {
border-radius: 4px;
border: 1px solid #E1E7ED;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a variable for repeating colors

Copy link

@SanyaBratashchuk SanyaBratashchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this border on focus
image

src/style.css Outdated

.search-form__input::placeholder {
color: #3D4E61;
font-family: Avenir , sans-serif;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apply font-family for html tag selector and let inputs inherit it

Suggested change
font-family: Avenir , sans-serif;
font-family: inherit;

src/style.css Outdated

.search-form__input_big {
padding-left: 62px;
box-sizing: border-box;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apply box-sizing to all elements via * selector

@VadymBryvka
Copy link
Author

VadymBryvka commented Dec 17, 2023

i don't add font-family for html tag selector and let inputs inherit it when i did this Big_search_bar_data-qa_big_720px.png failed only this test i don't know why

Copy link

@lerastarynets lerastarynets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants