-
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
Text input in modal misses left outline on focus - IE/Firefox #530
Comments
joshblack
pushed a commit
to joshblack/carbon
that referenced
this issue
May 2, 2019
…m#575) * fix(misc): misc fixes (carbon-design-system#530) * chore(lint): remove console.log from overflow * chore(build): remove node 4 from travis * chore(ButtonSet): mark as deprecated (carbon-design-system#510) Official carbon-components no longer need to use explicit containers for pairing button components. Buttons will space themselves when primary and secondary pairs are created. * chore(CopyButton): deprecate the CopyButton docs(CopyButton): mention availability of new CodeSnippet component docs(CopyButton): remove ticks * fix(InnerLeftNav): add missing aria-label Fixes carbon-design-system#535 test(InteriorLeftNavList): update baseline a11y results
joshblack
pushed a commit
to joshblack/carbon
that referenced
this issue
May 2, 2019
…-system#579) * fix(misc): misc fixes (carbon-design-system#530) * chore(lint): remove console.log from overflow * chore(build): remove node 4 from travis * chore(ButtonSet): mark as deprecated (carbon-design-system#510) Official carbon-components no longer need to use explicit containers for pairing button components. Buttons will space themselves when primary and secondary pairs are created. * fix(overflowmenu): cast to array to discard null children first * fix(overflow): those trailing commas
joshblack
pushed a commit
to joshblack/carbon
that referenced
this issue
May 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Left outline is not visible when a text input is focussed inside a modal. The issue happens only in IE and firefox
Temporary Workaround
Adding a small left padding unhides the left outline
.bx--modal-content .bx--form-item { padding-left:1px; }
The text was updated successfully, but these errors were encountered: