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

Implement CSS transition for all elements hover effect #162

Closed
SamTheKorean opened this issue Jul 18, 2024 · 1 comment · Fixed by #168
Closed

Implement CSS transition for all elements hover effect #162

SamTheKorean opened this issue Jul 18, 2024 · 1 comment · Fixed by #168
Assignees

Comments

@SamTheKorean
Copy link
Contributor

SamTheKorean commented Jul 18, 2024

Mouse hover 동작 시 모든 엘리먼트에서 transition 200ms가 반영되었으면 좋겠습니다.

Global style로 적용한다 vs 각각 엘리먼트마다 적용한다

Global style로 결정

@SamTheKorean SamTheKorean self-assigned this Jul 18, 2024
@SamTheKorean SamTheKorean converted this from a draft issue Jul 18, 2024
@yolophg
Copy link
Contributor

yolophg commented Jul 18, 2024

  • step.js에 선적용되어있는 StepTextLink 클래스 내 transition도 삭제 부탁드립니다!
      a:hover {
        font-weight: var(--font-weight-bold);
        text-decoration: underline 3px;
        transition: 200ms;
      }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants