OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Hover action on Category name #3

Closed ArthurSmid closed 4 years ago

ArthurSmid commented 4 years ago

First I tried adding a white color to the anchor tag but that doesn't affect that entire gray rectangle and it also whites out parts of words in the sentence near the "A-Z list" anchor tag link. And so I was trying to figure out how to do a hover action on the class that contains the gray background-color style so the color goes transparent when a cursor hovers over, and haven't yet figured this out—the experiments below didn't work. I'll try out the direct mention feature here, @bmckenzie93 Your help is much appreciated!

Begin hover experiment styles: */

.category-name a:hover{ background-color: transparent; } a.category:hover{ background-color: transparent;

/ End hover experiment styles. /