Won't fix Template property: dicussionListIcon

Arty

Well-known member
There is a typo in property name in master style: dicussionListIcon instead of discussionListIcon.

It is also referenced with same incorrect name in template discussion_list.css
 
Confirmed:

Code:
        .discussionListItem .iconKey span
        {
            @property "dicussionListIcon";
            margin-left: 5px;
            text-indent: -10000em;
            float: right;
            background: transparent url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat 10000px 0;
            width: 16px;
            height: 16px;
            @property "/dicussionListIcon";
        }
 
While yes there's a typo, this is a "won't fix" simply to avoid unnecessary backwards compatibility issues.
 
Top Bottom