Bug-Hunting - Bugfix Mouseover on Add Beneficiaries Button - SteemPlus
Words
311
Reading
2 min
Listen
Play
9y
Expected behavior
The SteemPlus extension for the browser offers the possibility of an "Add Beneficiaries " button below the post.
If I move the mouse over this button in night mode, the text on the button is not displayed.
Actual behavior
Currently the text color of the button is displayed in the same color as the background color.
Current Situation when using the "Add Beneficiaries" Button
How to reproduce
- install the SteemPlus extension for your browser
- create a new post on the steemit platform
- move the button with the mouse over it in the lower area
- Browser: Google Chrome
- Operating system: MAC OSX
Recording Of The Bug
See attached GIF-Animations in this Post.
I have also submitted a change to Github, which has now been implemented.
See the Details of the Development Entry:
Bug Fixes
- What was the issue(s)?
The SteemPlus Google Chrome extension provides a button on the Steemit. com website that allows you to add beneficiaries of a post. If you move the mouse over the button - i. e. make a mouse-over - the color of the text is exactly the same as the background color of the button. This makes the text unreadable. By removing the "hollow" CSS class at the button you can restore the correct color. The color changes to white.
Current Situation when using the "Add Beneficiaries" Button
Removing "hollow" in the CSS class brings the white text you are used to when you click over the button.
Solution after Code-Changes.
- What was the solution?
My solution was to remove the CSS class hollow in the file: src/js/beneficiaries. js in lines 48 and 58.
See the Example Gif-Animation for the Solution.
- My Commit on Github
- Github Repository: https://github.com/stoodkev/SteemPlus
- Current Status: Merged
Successfully merged commit
Verified
Thanks
@louis88
Posted on Utopian.io - Rewarding Open Source Contributors