fix(client): icon background not covering on hover. (#37414)
* Fixed the issue of icon background * Removed background from icons * Reverted the margin in last icon and fixed the slight color change on hover. * Update client/src/components/profile/components/social-icons.css Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com> Co-authored-by: null <mathew@sovereignwallet.network>
This commit is contained in:
@ -7,5 +7,11 @@
|
||||
}
|
||||
|
||||
.social-media-icons > a:last-child {
|
||||
margin: 0 0 1.5em 0;
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.social-media-icons > a:hover,
|
||||
.social-media-icons > a:focus {
|
||||
background: transparent;
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
Reference in New Issue
Block a user