From 7bb3b04fe9db803992736c37d5c0c5204ab85bc0 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sun, 22 Jan 2023 18:12:10 +0100 Subject: [PATCH] Profile / Photo: Remove outline from navigation buttons (#2310) --- src/components/common/ProfileInfo.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/ProfileInfo.module.scss b/src/components/common/ProfileInfo.module.scss index c3a31d3e6..d67e02ed9 100644 --- a/src/components/common/ProfileInfo.module.scss +++ b/src/components/common/ProfileInfo.module.scss @@ -66,7 +66,7 @@ background-size: 1.25rem; opacity: 0.25; transition: opacity 0.15s; - outline: none; + outline: none !important; cursor: pointer; z-index: 1;