Skip to content

Commit

Permalink
fix mentioning of group members
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Sep 4, 2018
1 parent f6d699b commit 53b636c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions WhatsApp.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,22 @@
margin: 0 2rem 0 1rem !important;
background-color: transparent !important; }

/* Mention group members. */
.Uukb4 {
color: var(--light);
border-left: none !important;
background-color: var(--dark) !important;
}
/* Wrapper. */
.Uukb4 ._3v_lq {
transition: 300ms ease-in-out !important;
background-color: transparent !important;
}
.Uukb4 .j5Hcb._3v_lq,
.Uukb4 ._3v_lq:hover {
background-color: var(--darker) !important;
}


/* Select messages. */
#main ._3D9Wd {
Expand Down

0 comments on commit 53b636c

Please sign in to comment.