Skip to content

Commit

Permalink
Improve message hover
Browse files Browse the repository at this point in the history
  • Loading branch information
onkofonko committed Aug 5, 2024
1 parent 3f90710 commit 0044f3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/theme/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -1235,14 +1235,16 @@ body.foldercontentopened .base_a4d4d9 {

.timestamp_f9f2ca,
.timestampInline_f9f2ca,
.badgesContainer_ecdcb9 {
.badgesContainer_ecdcb9,
.badge_ba89c1 {
opacity: 0;
transition: opacity .175s ease
}

.messageListItem_d5deea:hover .timestamp_f9f2ca,
.messageListItem_d5deea:hover .timestampInline_f9f2ca,
.messageListItem_d5deea:hover .badgesContainer_ecdcb9 {
.messageListItem_d5deea:hover .badgesContainer_ecdcb9,
.messageListItem_d5deea:hover .badge_ba89c1 {
opacity: 1
}

Expand Down

0 comments on commit 0044f3a

Please sign in to comment.