Discourse Button Styles

Yes this theme component is quite old and needs some updating… I will try to get to this soon.

In the meantime, you can remove the background on that button with this CSS

.has-like[disabled] {
  background: transparent !important;
}
2 Likes