Making WordPress.org


Ignore:
Timestamp:
01/12/2017 10:22:55 PM (8 years ago)
Author:
coffee2code
Message:

Support Theme: Ensure resolved topic title checkmark displays in user replies view.

Also minor tweaks to checkmark styles.

See #2359.

File:
1 edited

Legend:

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

    r4640 r4644  
    230230}
    231231
    232 .bbp-topic-title .resolved:before,
     232.resolved:before,
    233233.topic-resolved-indicator:before {
    234234    content: "\f147";
    235235    color: #64b450; /*#46b450;*/
    236     font: normal 16px/1 'dashicons';
    237     margin-right: 5px;
     236    font: normal 18px/1 'dashicons';
     237    margin-right: 3px;
    238238    float: left;
    239     padding-top: 3px;
     239    padding-top: 2px;
    240240}
    241241
     
    244244    font-size: 21px;
    245245    padding-top: 0;
     246}
     247
     248.bbp-user-replies-created .bbp-topic-permalink a {
     249    display: inline-block;
    246250}
    247251
Note: See TracChangeset for help on using the changeset viewer.