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

36 vertical menu #47

Merged
merged 3 commits into from
Jan 31, 2022
Merged

36 vertical menu #47

merged 3 commits into from
Jan 31, 2022

Conversation

keXXpert
Copy link
Collaborator

closes #36

Copy link
Owner

@kirill-zhirnov kirill-zhirnov left a comment

Choose a reason for hiding this comment

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

  • При наведении на ссылку в меню - нужен какой-то hover эффект, в тч для родителей.

pages/index.tsx Outdated Show resolved Hide resolved
padding-bottom: 0;
}

> div > a {
Copy link
Owner

Choose a reason for hiding this comment

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

предлагаю добавить класс .vertical-menu__link чтобы убрать > div > a в селекторе

}

> a,
> b {
Copy link
Owner

Choose a reason for hiding this comment

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

тоже самое - я бы для ссылок ввел отдельный класс. Кстати, а почему и b и a выглядят одинаково, хотя имеют разные смысловые нагрузки?

Второй момент, давай использовать strong вместо b - тк первый более правильный с точки зрения сематики.

@kirill-zhirnov kirill-zhirnov merged commit eb2631b into master Jan 31, 2022
@kirill-zhirnov kirill-zhirnov deleted the 36_vertical_menu branch January 31, 2022 07:22
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.

Вертикальное меню на главной странице
2 participants