Duplicate Style Property Typos - discussionListIcon

Steve F

Well-known member
Noticed this while trying to search discussionListIcon in the ACP search.

dicussionListIcon -> discussionListIcon

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";
        }

QEWE5lS.png
 
Top Bottom