Making WordPress.org


Ignore:
Timestamp:
10/21/2022 06:55:11 AM (3 years ago)
Author:
dd32
Message:

Support: Fix the thread/reply authorship display when a profile link cannot be displayed.

File:
1 edited

Legend:

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

    r11913 r12145  
    4545            margin: 1rem 0;
    4646
    47             a.bbp-forum-title:active, a.bbp-forum-title:focus {
    48                 text-decoration: none;
    49             }
    50 
    5147            h3 {
    5248                font-size: 1.4rem;
     
    6056
    6157            a {
    62 
     58                &.bbp-forum-title {
     59                    color: inherit;
     60                    font-weight: normal;
     61                }
     62
     63                &:active, &:focus, &:hover {
     64                    text-decoration: none;
     65                }
     66   
    6367                &:hover {
    64 
    6568                    color: $color__link;
    66                     text-decoration: none;
    67 
    68                     h3 {
    69                         color: $color__link;
     69                }
     70
     71                &.dashicons-before {
     72                    -webkit-box-decoration-break: clone;
     73                    box-decoration-break: clone;
     74                    padding-left: 1em;
     75
     76                    &:before {
     77                        margin-left: -1em;
     78                        vertical-align: baseline;
    7079                    }
    7180                }
     
    272281        }
    273282
    274         /* bbPress 2.5 */
    275         div.bbp-reply-author a.bbp-author-name,
    276         div.bbp-topic-author a.bbp-author-name,
    277         /* bbPress 2.6 */
    278         div.bbp-reply-author a.bbp-author-link span.bbp-author-name,
    279         div.bbp-topic-author a.bbp-author-link span.bbp-author-name {
     283        div.bbp-reply-author .bbp-author-name,
     284        div.bbp-topic-author .bbp-author-name {
    280285            clear: none;
    281286            font-size: ms(0);
Note: See TracChangeset for help on using the changeset viewer.