Skip to content

Commit

Permalink
Chat selection cursor, friends window hotfixes after Valve update
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseTheFlower authored Jan 16, 2024
1 parent 82a24f5 commit 335471e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions friends.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3420,3 +3420,12 @@ but at least it doesn't break pointer events */
.ChatRoomSpeaker .speaker {
margin-top: 0;
}
.speakerHoverArea, .speakerTimeStamp {
cursor: text;
}
.addFriendButton .SVGIcon_AddFriend .friendHead, .addFriendButton .SVGIcon_AddFriend .friendBody {
color: rgb(var(--white));
}
.addFriendButton:hover .SVGIcon_AddFriend .friendHead, .addFriendButton:hover .SVGIcon_AddFriend .friendBody {
color: rgb(var(--white));
}

0 comments on commit 335471e

Please sign in to comment.