RefugeRestrooms / refugerestrooms

REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
http://www.refugerestrooms.org
GNU Affero General Public License v3.0
894 stars 261 forks source link

Resources link turns grey after click #247

Closed valeriecodes closed 7 years ago

valeriecodes commented 9 years ago

If you click on the "Resources" arrow and then mouse away from the link, the link text turns grey and is hard to see.

screen shot 2015-10-15 at 7 23 44 pm
mDantas commented 8 years ago

Hey @valeriecodes, what browser? I'm looking on Chrome for mac and it looks fixed?

dunn commented 8 years ago

I was just able to reproduce on Opera 36.0.2130.32 (Mac OS 10.11.4) with the current develop branch. (edit: and on Chrome 49.0.2623.110 as well, and FF 46.0b5! Not on Safari, though.)

dunn commented 8 years ago

If you click the other nav links then move the cursor away before the page loads, I see the same behavior.

dunn commented 8 years ago

IDK if it's a bug in Bootstrap or in the browsers but the anchor color doesn't seem to be getting overridden correctly.

Hkly commented 7 years ago

https://github.com/RefugeRestrooms/refugerestrooms/blob/develop/app/assets/stylesheets/nav.css.scss#L17-L20

I think adding a &:focus color as well will fix the grey.

dunn commented 7 years ago

I was going to give that a shot, but I can't reproduce this anymore.

Hkly commented 7 years ago

I'll give it a shot, I can still reproduce it.

tkwidmer commented 7 years ago

275 should fix this.