modxcms / a11y

MODX Accessibility for the Manager
14 stars 10 forks source link

Link goes invisible on hover #40

Closed sottwell closed 8 years ago

sottwell commented 9 years ago

User's link in the User Groups and Users tab goes invisible on hover (screenshot doesn't show mouse cursor)

Firefox 40.0.2 OS X 10.9.5 MODX Revo 2.4.0

screen shot 2015-08-21 at 8 28 41 am

sottwell commented 9 years ago

Hm. Update this. All links in the entire Manager are a pale blue and disappear on hover.

sottwell commented 9 years ago

Found the culprit. Line 65 of your sass/index.scss file which results in line 11625 of the index.css file body a:hover, body.x-border-layout-ct a:hover { color: #FFF; }

dubrod commented 8 years ago

fixed thank you Susan!