1
0

fix: Pending friend request badge button (#198)

This commit is contained in:
Jade Herd
2023-07-04 20:58:33 -04:00
committed by GitHub
parent 474abc89f1
commit ac0576d2bc

View File

@@ -267,6 +267,11 @@ div[class*="tryItOutBadge-"] {
color: $crust;
}
// Pending Friend Request alert badge
[class|="tabBar"] [class|="badge"] {
color: #11111b;
}
span[class*="channelMention"]:hover,
[class*="mention"]:not([class*="mentionButton-"], [class*="mentionIcon-"]):hover {
color: $crust;