-
Notifications
You must be signed in to change notification settings - Fork 2
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
style: add accessibility design by state in steps #145
Conversation
@nhistory 세환님, 웹접근성 디자인 작업 마무리를 위해 몇가지 컨펌 받고 싶은 사항이 있습니다!
![]()
|
@yolophg 말씀하신 대로 패딩을 주면 텍스트 디자인에 녹아들기가 어려울 것 같네요 ㅜ 모바일에서는 outline을 2px로 조정해주시면 아래 이미지와 같이 주변 텍스트와 잘 어울릴 것 같습니다. |
@yolophg 아 그리고 언더라인 스타일은 피그마에서 폰트에 언더라인을 추가한 형태로 되어 있거든요. text-decoration: underline 속성을 추가하면 bold 스타일이 함께 더해지고, 간격도 자동으로 조절될 것 같은데 어떻게 생각하시나요? |
![]() ![]()
해당 부분 적용 완료되었습니다 :) |
@nhistory a {
text-decoration: underline;
text-underline-offset: 3px;
} 그리고, hover시 굵어지는 경우에도 underline의 굵기는 아래 참고 이미지 2 처럼 크게 전후 차이가 없어서, 별도로 제가 코드 2 와 같이 굵기 옵션을 추가해주고 있었습니다! 참고 이미지 2)
![]()
![]() 코드 2) text-decoration: underline 3px; 그래서 제가, 여기서 2-3번과 같은 질문을 드리게 됐었습니다! |
@nhistory hover시 transition 스크린 레코딩) |
잘 수정된 것 같아요. 수고 많으셨습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
Checklist before merging