You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's a lot of weirdness going on in the CSS surrounding clickable/selectable elements.
This horrible selector exists because I thought all listItem's would want a :hover effect. It turns out that's not actually the case (or maybe those things shouldn't be considered listItems, I don't know.)
Regardless, this isn't working and it needs to be broken down and reworked.
because I thought all list items would want to be clickable, but that's not always true, either. Sometimes I'm just presenting information in a nice way, but there's no other options available in the list item so no click effect.
The text was updated successfully, but these errors were encountered:
Currently there's a lot of weirdness going on in the CSS surrounding clickable/selectable elements.
This horrible selector exists because I thought all listItem's would want a :hover effect. It turns out that's not actually the case (or maybe those things shouldn't be considered listItems, I don't know.)
Regardless, this isn't working and it needs to be broken down and reworked.
Similarly, I've got this clickable class:
because I thought all list items would want to be clickable, but that's not always true, either. Sometimes I'm just presenting information in a nice way, but there's no other options available in the list item so no click effect.
The text was updated successfully, but these errors were encountered: