-
Notifications
You must be signed in to change notification settings - Fork 753
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
#1753 fix focus indicator on file upload button #1855
Conversation
@@ -31,7 +31,9 @@ | |||
"prettier": "^1.15.3" | |||
}, | |||
"jest": { | |||
"setupFilesAfterEnv": ["./testSetup.js"], | |||
"setupFilesAfterEnv": [ |
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.
Just FYI, this change was by the linter, not me.
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.
Nice!
@tonyanziano test fixed, sorry about that |
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.
Awesome
#1753
Previously the focus indicator on the File Upload button in chat was not showing up. This fix now shows the focus, as seen above.