Skip to content

Commit

Permalink
image hover
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Apr 26, 2024
1 parent 9719a3d commit 9204bb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,12 @@ pre {
.imageError__3af5f {
@extend %imageError !optional;
}
.hoverButtonGroup__745e4 {
@extend %imageHoverButtonGroup !optional;
}
.hoverButton__78b6a {
@extend %imageHoverButton !optional;
}
.embedThumbnail__1f402 {
@extend %embedThumbnail !optional;
}
Expand Down
6 changes: 6 additions & 0 deletions src/messages/embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@
filter: grayscale(1) brightness(2);
opacity: 0.3;
}
%imageHoverButtonGroup {
background-color: rgba(0, 0, 0, 0.5);
%imageHoverButton {
color: #fff;
}
}

0 comments on commit 9204bb4

Please sign in to comment.