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

[#1742] Overflow visible on row to show focus borders #1790

Merged
merged 5 commits into from
Sep 4, 2019

Conversation

corinagum
Copy link
Contributor

@corinagum corinagum commented Aug 28, 2019

#1742

Fix appearance of bot creation dialog anchors, which were previously not showing the entire boxed border on focus. This fix removes overflow:hidden from the Row component.

image

This is how the the dialog looks now:

@corinagum corinagum changed the title Overflow visible on row to show focus borders [#1742] Overflow visible on row to show focus borders Aug 28, 2019
@coveralls
Copy link

coveralls commented Aug 28, 2019

Coverage Status

Coverage remained the same at 65.574% when pulling fb78b3c on corinagum/1742 into cc73e75 on master.

tonyanziano
tonyanziano previously approved these changes Sep 4, 2019
Copy link
Contributor

@tonyanziano tonyanziano left a comment

Choose a reason for hiding this comment

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

I thought this might have some unforeseen consequences when resizing the app (horizontal scrollbars), but I messed around with it and I couldn't find anything.

The only other alternative fix other than overflow that I can think of would be to add a small padding inside of all the rows to accommodate any focus outlines, but that seems worse.

We'll just have to keep an eye out for any strange behavior where <Row />'s are involved.

@corinagum
Copy link
Contributor Author

@tonyanziano ping on this guy :)

@tonyanziano tonyanziano merged commit 1b9a3ad into master Sep 4, 2019
@tonyanziano tonyanziano deleted the corinagum/1742 branch September 4, 2019 19:29
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