refactor(Select): Select padding/border 명세와 상이한 부분 수정 #174
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.
변경사항
close #173
padding값이 오른쪽에 더 적용된것 처럼 보이는 현상
스크롤바 영역이 16px 만큼 차지하고 있어서 그랬습니다. 피그마 디자인 비교했을 때 관련해서 적용해야하는 사항이 없어서 삭제했습니다.
border 미적용 현상
open 됐을 때 border가 아래 스타일 처럼 focus 선택자로 적용되고있었습니다. 해당 스타일은 trigger와 triggerContents로 컴포넌트가 나누어지면서 div태그인 triggerContents에 적용되는 스타일로 , div 태그에는 focus로 스타일을 받을 수 없기 때문에 일어난 현상이었습니다.
다음과 같이 따로 정의 되어있는 focus 스타일을 적용하여 해결했습니다.
approve 받고 스토리북 배포하고, changeset 적용하겠습니다.
링크
https://sopt-makers.slack.com/archives/C07AFHC6LDB/p1728690503017559
시급한 정도
🏃♂️ 보통 : 최대한 빠르게 리뷰 부탁드립니다.
기타 사항
select-change.mp4