Skip to content

Commit 13dc07b

Browse files
authored
Добавил свойство курсора pointer при наведении на "Обсуждение" (#334)
* Добавил свойство курсора pointer при наведении на "Обсуждение" * Исправление курсора на всех действиях * Исправление курсора только на блоке с role=button * Исправил расположение селектора
1 parent 7ff1c3b commit 13dc07b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/features/questions/questions-list/question-actions/QuestionsActions.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import { RestoreAction } from './RestoreAction';
1010

1111
const QuestionsActionsWrapper = styled.div`
1212
margin-top: -10px;
13+
& div[role='button'] {
14+
cursor: pointer;
15+
}
1316
`;
1417

1518
export const QuestionsActions = ({ questionId }) => {

0 commit comments

Comments
 (0)