XF2 Hover effect on threads (1 Viewer)

xhellgirl

Bedrock
Bedrock
Member
xhellgirl submitted a new resource:

Hover effect on threads - Threads enlarge on hover

I did not create the code myself but i did change/update the classes to my liking and XF2.

Add this code to your extra.less template.
Code:
.block-body .node--forum, .structItemContainer .structItem--thread, .structItemContainer-group .structItem--thread, .block-body .block-row {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.block-body .node--forum:hover...

Read more about this resource...
 
Top