Hover Effect for action Bar

XenForo Hover Effect for action Bar

ThanosCrax

Loyal Member
ThanosCrax submitted a new resource:

Hover Effect for action Bar - Hover affects for icons of action bar

Add to extra.less

CSS:
/*Action Bar*/
    .actionBar-action, .reaction-text
    {
        font-size: 0;
        .m-transition();
        &:before
        {
            font-size: @xf-fontSizeNormal;
            margin-right: 5px;
        }
        &--inlineMod, &--menuTrigger, &--reaction, &:hover, &:hover .reaction-text
        {
            font-size: 100%;
            text-decoration:none;
        }
   
        &--edit { .m-faBefore(@fa-var-pencil); }...

Read more about this resource...
 
Back
Top Bottom