Skip to content

Conversation

@brz95
Copy link
Contributor

@brz95 brz95 commented Feb 23, 2023

fixes #308

@kuduzow
Copy link
Member

kuduzow commented Feb 23, 2023

Это не решает проблему, курсор все еще стандартный. Ты его для svg добавил

transition: all 0.5s;
& .d-flex {
cursor: pointer;
}
Copy link
Member

Choose a reason for hiding this comment

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

Это не верное решение задачи. В будущем мы можем к примеру убрать d-flex чтобы изменить вертску, но вместе с этим тогда сломаем и курсор.

opacity: ${(props) => (props.deleted ? 0.3 : 1)};
transition: all 0.5s;
& div[role='button'] {
cursor: pointer;
Copy link
Member

Choose a reason for hiding this comment

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

Это должно быть в компоненте ниже, там где непосредственно есть эта кнопка

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.

Сделать тип курсора pointer при наведении на "Обсуждение"

2 participants