Making WordPress.org


Ignore:
Timestamp:
02/01/2019 04:52:42 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add font smoothing for Voices and Replies icons in topics table header.

Props zodiac1978.
Fixes #3997.

File:
1 edited

Legend:

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

    r8169 r8172  
    548548                                font: 400 16px/1 dashicons;
    549549                                margin-right: 100px;
     550                                -moz-osx-font-smoothing: grayscale;
     551                                -webkit-font-smoothing: antialiased;
    550552
    551553                                @media (min-width: 321px) {
Note: See TracChangeset for help on using the changeset viewer.