-
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
[졸업학점계산기] 엑셀 업로더 툴팁 구현 #635
Conversation
|
||
&--title { | ||
font-size: 20px; |
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.
title이 BEM 컨벤션에서의 modifier의 역할을 하는 건가요?
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.
오..! 생각해보니 -title
이 더 맞는것 같아요! 수정했습니다!
</div> | ||
<button type="button" aria-label="close" className={styles['excel-uploader__tooltip-close']} onClick={handleTooltipCloseButtonClick}> | ||
<CloseIcon /> | ||
</button> | ||
<div className={styles['excel-uploader__tooltip-asset']}> | ||
<BubbleTailBottom /> | ||
</div> | ||
</div> |
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.
지금 방법도 좋은데 혹시 이런 방식은 어떤 것 같나요?
툴팁 요소가 어차피 absolute 하니까, tooltip-asset 요소의 자식으로 둔 다음, tooltip-asset에 relative를 주면, top 위치 잡기 편할 것 같아요!
만약 이렇게 한다면 tooltip-asset를 감싸는 새로운 부모 요소에 다시 absolute를 줄 것 같아요.
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.
만약 이렇게 한다면 tooltip-asset를 감싸는 새로운 부모 요소에 다시 absolute를 줄 것 같아요.
혹시 해당 부분을 다시 설명해주실 수 있으신가요..?
tooltip-asset 부모요소에 absolute 을 주고 tooltip-asset 에 relative, 툴팁에 absolute 을 할당하는 방식을 말하시는 걸까요..?
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.
네네 그게 제 의도가 맞습니다!
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.
수고하셨습니다..! 👍🏻
& > strong { | ||
color: #3b82f6; | ||
} | ||
} | ||
} | ||
} |
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.
구웃...ㅎㅎ
Co-authored-by: hyejun <[email protected]>
What is this PR? 🔍
ScreenShot 📷
✔️ Please check if the PR fulfills these requirements
develop
branch unconditionally?main
?yarn lint