We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mouse hover 동작 시 모든 엘리먼트에서 transition 200ms가 반영되었으면 좋겠습니다.
Global style로 적용한다 vs 각각 엘리먼트마다 적용한다
Global style로 결정
The text was updated successfully, but these errors were encountered:
a:hover { font-weight: var(--font-weight-bold); text-decoration: underline 3px; transition: 200ms; }
Sorry, something went wrong.
SamTheKorean
Successfully merging a pull request may close this issue.
Mouse hover 동작 시 모든 엘리먼트에서 transition 200ms가 반영되었으면 좋겠습니다.
Global style로 적용한다 vs 각각 엘리먼트마다 적용한다
Global style로 결정
The text was updated successfully, but these errors were encountered: