Making WordPress.org


Ignore:
Timestamp:
08/04/2017 09:42:45 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add icons for "Subscribe" and "Favorite" sidebar links, for consistency with the rest of the links.

Move existing icon styles from style-original.scss to site/_bbpress.scss to consolidate them in one place.

Remove unused code from sidebar.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    r5667 r5751  
    223223}
    224224
    225 /* Sidebar */
    226 .sidebar .forum-info li:before,
    227 .sidebar .topic-info li:before,
    228 .sidebar div ul li a:before {
    229     float: left;
    230     margin-right: 5px;
    231 }
    232 
    233 .sidebar .topic-info li.reply-count:before,
    234 .sidebar .forum-info li.reply-count:before {
    235     content: "\f125";
    236 }
    237 
    238 .sidebar .forum-info li.topic-count:before {
    239     content: "\f105";
    240 }
    241 
    242 .sidebar .topic-info li.wp-version:before {
    243     content: "\f120";
    244 }
    245 
    246 .sidebar .topic-info li.topic-resolved:before {
    247     content: "\f546";
    248 }
    249 
    250 .sidebar li.create-topic a:before,
    251 .sidebar li.create-reply a:before {
    252     content: "\f132";
    253 }
    254 
    255225/* Sticky topics */
    256226#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink:before,
Note: See TracChangeset for help on using the changeset viewer.