Making WordPress.org

Ticket #3997: 3997.diff

File 3997.diff, 974 bytes (added by zodiac1978, 5 years ago)

First patch to fix just the mentioned icons

  • pub/wporg-support/sass/site/_bbpress.scss

     
    547547                        &::before {
    548548                                font: 400 16px/1 dashicons;
    549549                                margin-right: 100px;
     550                                -webkit-font-smoothing: antialiased;
     551                                -moz-osx-font-smoothing: grayscale;
    550552
    551553                                @media (min-width: 321px) {
    552554                                        font: 400 21px/1 dashicons;
     
    565567                .bbp-topic-reply-count {
    566568
    567569                        &::before {
    568                                 content: "\f125";
     570                                content: "\f125";#
    569571                        }
    570572                }
    571573        }
  • .