]> Untitled Git - lemmy-ui.git/commitdiff
fix: Fix thumb buttons having gray background #1754
authorJay Sitter <jay@jaysitter.com>
Sun, 2 Jul 2023 15:02:53 +0000 (11:02 -0400)
committerJay Sitter <jay@jaysitter.com>
Sun, 2 Jul 2023 15:02:53 +0000 (11:02 -0400)
src/shared/components/post/post-listing.tsx

index 5c562a4a54ade85819dcfa48c5e5e151764aec1e..462087f34a13ffe1301d803f52ab735bb3ff6e3d 100644 (file)
@@ -333,7 +333,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
       return (
         <button
           type="button"
-          className="thumbnail rounded overflow-hidden d-inline-block position-relative p-0 border-0"
+          className="thumbnail rounded overflow-hidden d-inline-block position-relative p-0 border-0 bg-transparent"
           data-tippy-content={I18NextService.i18n.t("expand_here")}
           onClick={linkEvent(this, this.handleImageExpandClick)}
           aria-label={I18NextService.i18n.t("expand_here")}