codegnv / business-web

Permit Locator to Help Start Businesses
http://bdev.c4gnv.com.s3-website-us-east-1.amazonaws.com/
MIT License
7 stars 5 forks source link

Hovering over navbar items doesn't change cursor to pointer #193

Closed tillydray closed 7 years ago

tillydray commented 7 years ago

Steps to Reproduce

  1. Go to http://bdev.c4gnv.com.s3-website-us-east-1.amazonaws.com/#/home
  2. Hover over the navbar images
  3. Cursor will not change to a pointer unless you hover over the text in the navbar item

Expected Behavior

I expect my cursor to become a pointer when hovering over anything clickable.

Actual Behavior

My cursor does not become a pointer when hovering over the clickable icons.

tillydray commented 7 years ago

I will work on this, it'll only take a minute, but I can't assign myself or anyone else otherwise I would.

Bjorn248 commented 7 years ago

Should be a simple css fix, cursor: pointer for the element should do it right?

ajcrites commented 7 years ago

Yeah

samanthawolfe commented 7 years ago

Also, the same behavior occurs when hovering over of the Business Portal logo to return home.

Bjorn248 commented 7 years ago

The original issue was fixed with https://github.com/c4gnv/business-web/pull/194, however, I will leave this open so we can address the issue @samanthawolfe pointed out as well.

tillydray commented 7 years ago

Working on it right now.

EDIT: Just made PR #200 to address what Samantha brought up.

jgardner34 commented 7 years ago

This looks to be completed and 👍 , marking as closed