Ecotrust / theredd

The Redd splash page
https://ecotrust.github.io/theredd/
0 stars 0 forks source link

hub page #53

Closed sarahmagrish closed 6 years ago

sarahmagrish commented 6 years ago

The individual tenant squares are all showing up selected on page load, making them difficult to read

pollardld commented 6 years ago

Looks real bad. The only reason I can think of why the theme has overlays shown on touch screen is because on touch screens hover states will intercept the a tap. What i mean by that is that the link to the page for, for purpose of example, B-Line would take two tap:

This is behavior is not bad, but it does cause confusion or frustration in certain implementations.

That gives us two easy choices:

  1. overwrite what the theme has done to force show overlays on touch screens and then use the browser default hover state. requiring two taps to follow a link. which would look like: first tap:

    screen shot 2018-05-01 at 2 09 13 pm

    second tap:

    screen shot 2018-05-01 at 2 09 41 pm
  2. use the force show overlay to our advantage and style that. Which could look like this:

    screen shot 2018-05-01 at 2 08 19 pm

I implemented option 2 for now, but will update with your preference @sarahmagrish

sarahmagrish commented 6 years ago

I like it! Thanks David