mirror of https://github.com/zulip/zulip.git
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:
parent
df6c47565f
commit
c0560b3ea9
|
@ -2729,6 +2729,10 @@ select.invite-as {
|
|||
& i.fa-copy {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fa-copy:hover {
|
||||
color: hsl(170deg 48% 54%);
|
||||
}
|
||||
}
|
||||
|
||||
@media (width < $xl_min) {
|
||||
|
|
Loading…
Reference in New Issue