invites: Remove odd box-shadow for invite link clipboard svg.

This commit is contained in:
Gaurav Pandey 2021-01-25 08:03:29 +05:30 committed by Tim Abbott
parent d4c0578560
commit a3561c15d2
1 changed files with 5 additions and 0 deletions

View File

@ -461,6 +461,11 @@ li,
margin-right: -32px;
margin-top: -1px;
padding: 8px 3px 0 13px;
/* This property nullifies the box-shadow rendered by .btn class */
&:active {
box-shadow: none;
}
}
#clipboard_image {