Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue : Closes #381
🧑🎤 Summary
ReviewPage에서 click 및 hover 비활성화 처리가 누락되어있는 부분들이 있어서 마저 처리해주었습니다.
🧑🎤 Screenshot
2024-08-16.8.38.17.mov
2024-08-16.8.37.55.mov
🧑🎤 Comment
cursor도 not-allowed로 바꿔주고, hover 했을 때 색 달라지는 것도 disabled의 느낌을 방해한다고 생각해서 hover 조건에 enabled (disabled 아닐 때) 도 추가해주었어요!