reputage / seedQuest

A 3D Visual Mnemonic Game for Key Recovery
Apache License 2.0
54 stars 7 forks source link

"Menu" and "Help" buttons highlight to orange upon hover #462

Closed andreamorales closed 5 years ago

andreamorales commented 5 years ago

Description The "Menu" and "Help" buttons in the menu highlight to an orange color upon hover, when they should highlight to "#3A97D6".

To Reproduce Steps to reproduce the behavior:

  1. Go to start screen.
  2. Hover over "Menu" or "Help" in top bar menu.

Expected Behavior Button text should highlight to "#3A97D6".

Actual Behavior Button text highlights to orange color.

westonb7 commented 5 years ago

I don't know if you're still working on this, but I made a quick fix to cause these two buttons to highlight to #3A97D6 in the "Start_menu_updates" branch

andreamorales commented 5 years ago

Awesome! Tagging @michaelmendoza so he remembers to merge that into dev later.