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

Text input in modal misses left outline on focus - IE/Firefox #530

Closed
arunchris opened this issue Jan 30, 2018 · 1 comment
Closed

Text input in modal misses left outline on focus - IE/Firefox #530

arunchris opened this issue Jan 30, 2018 · 1 comment

Comments

@arunchris
Copy link

Left outline is not visible when a text input is focussed inside a modal. The issue happens only in IE and firefox

image

Temporary Workaround
Adding a small left padding unhides the left outline
.bx--modal-content .bx--form-item { padding-left:1px; }

@arunchris
Copy link
Author

@marijohannessen marijohannessen self-assigned this Apr 27, 2018
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
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

No branches or pull requests

3 participants