-
Notifications
You must be signed in to change notification settings - Fork 47
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
Modify styles globally #1975
Merged
Merged
Modify styles globally #1975
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8a858f6
fix(form-control): fix form label specify issue
sungik-choi e646ed3
feat: rm all:unset styles inside components
sungik-choi ab8a562
fix(checkbox): fix checkbox indicator cursor pointer style
sungik-choi 4ad3dd7
fix(avatar): fix bordered style issue
sungik-choi ad6d74d
feat(styles): ensure all elements that have padding or border styles …
sungik-choi 536ef1a
refactor(box): rm duplicated box-sizing
sungik-choi 6e48ba6
feat(styles): apply default focus ring style & style elements with th…
sungik-choi 2601d0f
refactor(modal): change data prop name
sungik-choi 20e8535
fix(spinner): fix shorthand style issue (inherit keyword)
sungik-choi f2771d5
fix(legacy-stack-item): fix shorthand style issue (inherit keyword)
sungik-choi 9d2192f
feat(styles): add custom css reset
sungik-choi cad4088
feat(app-provider): add preflight prop
sungik-choi be7eb21
test(app-provider): add unit tests
sungik-choi 65ea3c8
feat: implement unstyled button component
sungik-choi 6974f7a
feat: apply UnstyledButton component & remove duplicated cursor: poin…
sungik-choi 53415fc
fix(banner): fix styling issue with anchor tag with link
sungik-choi ce093c3
feat(tag): make delete icon to keyboard focusable
sungik-choi bc23a1f
test(unstyled-button): add unit test
sungik-choi fc76ca2
test: update snapshot
sungik-choi d4e384a
fix: rm deadcode
sungik-choi f050776
feat(styles): rm reset layer of entire system
sungik-choi 48ec582
Merge branch 'alpha' into feat/refine-styles
sungik-choi 203b541
style: indent
sungik-choi 738dd28
feat: move focus ring style from global to UnstyledButton
sungik-choi f269eb8
feat(base-button): rename to BaseButton
sungik-choi 24e2220
refactor(button): rm duplicated outline stlye
sungik-choi 3db0221
docs(base-button): add jsdoc
sungik-choi 92b7ecb
feat: rm duplicated placeholder style
sungik-choi ca34c2d
fix(text-area): reset user agent font style
sungik-choi fe55ccd
feat(styles): add outline style to none button component style
sungik-choi f529c15
Merge branch 'alpha' into feat/refine-styles
sungik-choi 8ad024c
refactor: inline variable
sungik-choi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
기존에 where 를 사용한 것 때문에 스타일링에 이슈가 있었나요? 스토리북에서 position 을 바꾸면 잘 적용되는 것처럼 보여서 궁금해서 질문드립니다! (#1981 기준 스토리북)
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.
labelPosition=left 인 케이스에서 오버라이드가 안되는 문제가 있었어요.