Skip to content

Commit

Permalink
Update classes
Browse files Browse the repository at this point in the history
  • Loading branch information
onkofonko committed Jul 4, 2024
1 parent f4c1f6c commit 431f338
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/theme/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -1232,16 +1232,16 @@ body.foldercontentopened .base_a4d4d9 {
padding-left: 8px
}

.timestamp_ec86aa,
.timestampInline_ec86aa,
.badgesContainer_ec86aa {
.timestamp_f9f2ca,
.timestampInline_f9f2ca,
.badgesContainer_ecdcb9 {
opacity: 0;
transition: opacity .175s ease
}

.messageListItem_d5deea:hover .timestamp_ec86aa,
.messageListItem_d5deea:hover .timestampInline_ec86aa,
.messageListItem_d5deea:hover .badgesContainer_ec86aa {
.messageListItem_d5deea:hover .timestamp_f9f2ca,
.messageListItem_d5deea:hover .timestampInline_f9f2ca,
.messageListItem_d5deea:hover .badgesContainer_ecdcb9 {
opacity: 1
}

Expand Down

0 comments on commit 431f338

Please sign in to comment.