-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(text-input): switched from outline to border on focus #734
fix(text-input): switched from outline to border on focus #734
Conversation
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.
Thanks @marijohannessen for coming up with a quick fix! I’d suggest that we have a quick review with our designers, though I think you may have done this already. Thanks!
src/components/modal/modal.html
Outdated
|
||
<div class="bx--modal-content"> |
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.
Are we eliminating this <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.
Agree, looks like this was edited in error?
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.
It certainly was 🙂
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.
Looks good other than the edits to the modal html file. 😄
It's been reviewed @asudoh ! |
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.
Thanks @marijohannessen for checking the change with our designers! 👍
Overview
Closes #530
Switched from using an outline to using border on focus for the text inputs to prevent the outline from being cut off in a modal in IE11/Firefox.
Changed
_text-input.scss
Testing / Reviewing
Make sure that a text input is not cut off on focus anymore when used in a modal in IE11/Firefox.