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

Fixed a few white text on white background areas in the chat area of individual issues #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

melophat
Copy link

@melophat melophat commented Jun 6, 2019

Fxed white text on white background in issue message history. Fixed white text on white background when in an existing issue and adding a new chat comment. On input element focus, text is now black. TODO: when the 'Send' button is clicked and the message is submitted, the input loses focus and goes back to white text on white background. I believe this is due to the 'Send' button being contained within the input-group element along with the input element. So even though the input itself loses focus the input-group still has focus and so it still shows the white background. I don't have time to fix this right now, but it should be fixed in the future.

…white text on white background when in an existing issue and adding a new chat comment. On input element focus, text is now black. TODO: when the 'Send' button is clicked and the message is submitted, the input loses focus and goes back to white text on white background. I believe this is due to the 'Send' button being contained within the input-group element along with the input element. So even though the input itself loses focus the input-group still has focus and so it still shows the white background. I don't have time to fix this right now, but it should be fixed in the future.
@NortonBW
Copy link

@melophat does this address #6 that I reported earlier this week?

@melophat
Copy link
Author

@NortonBW yes, but I've noticed a few other areas where something like this is occuring and was going to take a stab at those in the next few days. May be easier to wait a bit and get them all at once.

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.

2 participants