projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a62d48
)
fix: Fix thumb buttons having gray background #1754
author
Jay Sitter
<jay@jaysitter.com>
Sun, 2 Jul 2023 15:02:53 +0000
(11:02 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Sun, 2 Jul 2023 15:02:53 +0000
(11:02 -0400)
src/shared/components/post/post-listing.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/post/post-listing.tsx
b/src/shared/components/post/post-listing.tsx
index 5c562a4a54ade85819dcfa48c5e5e151764aec1e..462087f34a13ffe1301d803f52ab735bb3ff6e3d 100644
(file)
--- a/
src/shared/components/post/post-listing.tsx
+++ b/
src/shared/components/post/post-listing.tsx
@@
-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")}