-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fix input disabled style #1636
Fix input disabled style #1636
Conversation
✔️ Deploy Preview for smarthr-ui ready! 🔨 Explore the source changes: 56966cf 🔍 Inspect the deploy log: https://app.netlify.com/sites/smarthr-ui/deploys/60d28e44036a400008ed7039 😎 Browse the preview: https://deploy-preview-1636--smarthr-ui.netlify.app/iframe |
d2b2f9a
to
ccc985e
Compare
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.
コメントしました!
@@ -76,6 +76,7 @@ const StyledTextarea = styled.textarea<Props & { themes: Theme; textAreaWidth?: | |||
background-color: #fff; | |||
border: ${frame.border.default}; | |||
box-sizing: border-box; | |||
opacity: 1; |
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.
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.
ありがとうございます!把握です!
@@ -247,6 +251,41 @@ export const Disabled: Story = () => { | |||
}} | |||
/> | |||
</dd> | |||
<dd> |
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.
[IMO] こちらの比較用 story はあるととても便利だと思うのですが、 ComboBox の Disabled story 内にあるのはやや違和感がある気がしました。
個人的には、 Input
コンポーネントを基準とみなして、 Input
配下に比較専用の story を新規で作成するのが良いのではないかと思いました。
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.
@wmoai あ、こちら今回のPRで見やすくするために追加したもので、merge前に消す想定でした。
確認しやすいよう、Comboboxのstorybookにコード追加していますが、LGTM出たら消します。
ただ
こちらの比較用 story はあるととても便利だと思うのですが(ry
などから別途作ったほうがいいですかね?
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.
LGTM! 🎉
@wmoai storybook再調整しました。再確認お願いできると 🙏 |
…r-ui into fix-input-disabled-style
39ea360
to
56966cf
Compare
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.
LGTM !
Related URL
Overview
What I did
Capture
IE11
Edge
Mobile Safari
Chrome
Firefox