about_zulip: Change icon color when copy button is hovered.

`Version` and `Forked from` copy buttons in the "About Zulip" UI
will now change color when hovered over.
This allows the copy button to pop out more when hovering over it.

Fixes part of #23210.
This commit is contained in:
alik-balika 2023-05-03 18:11:55 -07:00 committed by Tim Abbott
parent df6c47565f
commit c0560b3ea9
1 changed files with 4 additions and 0 deletions

View File

@ -2729,6 +2729,10 @@ select.invite-as {
& i.fa-copy {
cursor: pointer;
}
.fa-copy:hover {
color: hsl(170deg 48% 54%);
}
}
@media (width < $xl_min) {