#3643 closed enhancement (maybelater)
Add a new badge for Trusted Theme Authors
Reported by: | acosmin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Profiles | Keywords: | |
Cc: |
Description
We have a program running over at TRT, called Trusted Authors. We would also like to add a profile badge for these authors, nothing fancy, something like this:
The code would be very simple, just another pseudo element. We'll use :after
because :before
is already used.
:after { position: absolute; top: 0; right: 3px; background-color: white; content: ""; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #4e3288; font-size: 14px; content: "\f155"; line-height: 19px; text-align: center; color: #4e3288; }
The CSS might need some adjustments...
The screen-reader-text
and title
attribute should be Trusted Theme Developer
or Trusted Theme Author
Thank you!
Change History (4)
This ticket was mentioned in Slack in #themereview by acosmin. View the logs.
6 years ago
#3
@
6 years ago
- Resolution set to maybelater
- Status changed from new to closed
I'm thinking that the program needs to exist for a while longer before we start considering things like badges for it. It's only been a couple months. Let's hold off on it until we're sure it works. Then it might be worth discussion.
I'm a -1 on this. We don't have special badges for committers, WordCamp deputies, or translation editors either. I'd rather not create a precedent.
@Otto42 Do you have thoughts?