Making WordPress.org


Ignore:
Timestamp:
03/03/2017 08:37:35 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Revert [5020] and use another approach for resolved topic checkmark styling.

This keeps visual appearance the same, but removes the need for display: inline-block workaround, which caused unnecessary wrapping with longer titles.

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

    r5025 r5062  
    268268    content: "\f147";
    269269    color: #64b450; /*#46b450;*/
    270     font: normal 18px/1 'dashicons';
     270    font: normal 18px/0.8 'dashicons';
    271271    margin-right: 3px;
    272     float: left;
    273     padding-top: 2px;
     272    position: relative;
     273    top: 4px;
    274274}
    275275
     
    278278    font-size: 21px;
    279279    padding-top: 0;
    280 }
    281 
    282 .bbp-breadcrumb .resolved:before {
    283     padding-top: 5px;
    284 }
    285 
    286 .bbp-topic-header .bbp-topic-permalink,
    287 .bbp-reply-header .bbp-topic-permalink,
    288 .bbp-breadcrumb .bbp-breadcrumb-topic {
    289     display: inline-block;
    290280}
    291281
Note: See TracChangeset for help on using the changeset viewer.