Making WordPress.org

Opened 6 years ago

Closed 6 years ago

#3997 closed enhancement (fixed)

Add font smoothing to icon font in table header of support forum

Reported by: zodiac1978's profile zodiac1978 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: Support Forums Keywords:
Cc:

Description

On the support forums bbpress is changed in some way. For example the table header for the counts (replies and voices) are now icons instead of just text.

But these icons don't look good. A little bit "smudgy".

I think they are missing some font-smoothing.
https://davidwalsh.name/font-smoothing

If you add this CSS ...

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

... the icons look much better.

These are the selectors which need the CSS:

.bbpress .forum-titles .bbp-topic-voice-count::before 
.bbpress .forum-titles .bbp-topic-reply-count::before 

Maybe there are more icons which could need some font-smoothing. This is just the first occurrence I saw.

Attachments (4)

Bildschirmfoto 2018-12-12 um 16.09.30.png (2.2 KB) - added by zodiac1978 6 years ago.
Without the CSS - this is the status quo.
Bildschirmfoto 2018-12-12 um 16.09.13.png (2.3 KB) - added by zodiac1978 6 years ago.
With CSS - this would be the new appearance of the icons.
3997.diff (974 bytes) - added by zodiac1978 6 years ago.
First patch to fix just the mentioned icons
3997-2.diff (846 bytes) - added by zodiac1978 6 years ago.
Fixed typo

Download all attachments as: .zip

Change History (7)

@zodiac1978
6 years ago

Without the CSS - this is the status quo.

@zodiac1978
6 years ago

With CSS - this would be the new appearance of the icons.

#1 @ocean90
6 years ago

  • Component changed from International Forums to Support Forums

@zodiac1978
6 years ago

First patch to fix just the mentioned icons

@zodiac1978
6 years ago

Fixed typo

#2 @zodiac1978
6 years ago

  • Priority changed from low to normal

#3 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 8172:

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

Props zodiac1978.
Fixes #3997.

Note: See TracTickets for help on using tickets.