From a3561c15d29ba62384098ff075ef353ee9b05e5f Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Mon, 25 Jan 2021 08:03:29 +0530 Subject: [PATCH] invites: Remove odd box-shadow for invite link clipboard svg. --- static/styles/zulip.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 433a006cde..0b150d1398 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -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 {