Making WordPress.org


Ignore:
Timestamp:
02/23/2017 07:21:42 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Prepend titles of closed topics with a lock dashicon in topic listings.

Also add a lock dashicon for closed topics in single topic views.

Fixes #1899.

File:
1 edited

Legend:

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

    r4986 r4993  
    765765                }
    766766
    767                 &.sticky,
    768                 &.super-sticky {
    769 
    770                     .dashicons-admin-post {
    771                         display: block;
    772                         float: left;
    773                         color: #fff;
    774                         background: gold;
    775                         padding-top: 3px;
    776                         width: 30px;
    777                         height: 25px;
    778                         border-radius: 0 3px 3px 0;
    779                     }
    780 
    781                     &.status-closed .dashicons-admin-post {
    782                         background: #bbb;
    783                     }
     767                &.sticky .dashicons-admin-post,
     768                &.super-sticky .dashicons-admin-post,
     769                &.status-closed .dashicons-lock {
     770                    display: block;
     771                    float: left;
     772                    color: #fff;
     773                    background: gold;
     774                    padding-top: 3px;
     775                    width: 30px;
     776                    height: 25px;
     777                    border-radius: 0 3px 3px 0;
     778                }
     779
     780                &.status-closed .dashicons-admin-post,
     781                &.status-closed .dashicons-lock {
     782                    background: #bbb;
    784783                }
    785784            }
Note: See TracChangeset for help on using the changeset viewer.