[RSS Feed/News] Node-hover-shadow overlays upper node, but shows under lower node.

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
So I was trying to add a hover affect to the nodes, when I noticed that the shadow overlaps the node above the hover node, and goes under the node below the hover node.

This is my extra.less code

CSS:

Code:
/* Node shadows on hover */

.template-forum_list .block-container .node {
    box-shadow: 0;
    transition: box-shadow 0.3s ease-in-out;
}

.template-forum_list .block-container .node:hover {
    box-shadow: 0 0 15px 5px #737373;
}

Exaggerated...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom