mirror of https://github.com/zulip/zulip.git
invites: Remove odd box-shadow for invite link clipboard svg.
This commit is contained in:
parent
d4c0578560
commit
a3561c15d2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue