openlab-at-city-tech / webworkqa

WeBWorK integration for WordPress and BuddyPress
GNU General Public License v2.0
4 stars 2 forks source link

'Home' link in menu should be blue #121

Closed bree-z closed 6 years ago

bree-z commented 6 years ago

It looks like the blue color is being overridden so that the 'Home' link in the menu is being styled as white.

homelink

homelinkhover

boonebgorges commented 6 years ago

Thanks, Bree. As you can see, all styling on this page is messed up. It turns out that the problem was a missing } in the style.css stylesheet. I'm doing some weird voodoo to allow us to test the theme on openlabdev.org without also including the changes in the June release of the OpenLab, and it looks like I botched a merge. I've made the manual fix and it appears that things are now showing up properly - please do a hard refresh and look again. (This should also fix the Upload Files styling items you mention at https://github.com/livinglab/webwork-for-wordpress/issues/107#issuecomment-391638782.)

bree-z commented 6 years ago

Thanks, Boone. This looks good, except the triangle icon indicating that Help is a dropdown is misaligned.

screen shot 2018-05-25 at 9 58 06 am
boonebgorges commented 6 years ago

Good spot. This should now be fixed.

bree-z commented 6 years ago

Thanks Boone! This is fixed, but it looks like the dropdown menu doesn't appear on hover.

boonebgorges commented 6 years ago

Blerg, the nightmare continues. I've just pushed a fix.

bree-z commented 6 years ago

Looks good, thanks!