Skip to content
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

Merged
merged 5 commits into from
May 3, 2018
Merged

fix(text-input): switched from outline to border on focus #734

merged 5 commits into from
May 3, 2018

Conversation

marijohannessen
Copy link
Contributor

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.

Copy link
Contributor

@asudoh asudoh left a 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!


<div class="bx--modal-content">
Copy link
Contributor

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>?

Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It certainly was 🙂

Copy link
Member

@alisonjoseph alisonjoseph left a 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. 😄

@marijohannessen
Copy link
Contributor Author

It's been reviewed @asudoh !

Copy link
Contributor

@asudoh asudoh left a 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! 👍

@alisonjoseph alisonjoseph merged commit bfceee3 into carbon-design-system:master May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants