From 06b31949f7579f3e45d1eb56914f51bd02baaed9 Mon Sep 17 00:00:00 2001 From: Nikolai Berestevich Date: Mon, 3 Jan 2022 15:52:14 +0300 Subject: [PATCH 1/2] nikolai.berestevich/fix/color --- src/pages/about-us/_OurOffices.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/about-us/_OurOffices.tsx b/src/pages/about-us/_OurOffices.tsx index d41ec6b634f..e82d05f08dc 100644 --- a/src/pages/about-us/_OurOffices.tsx +++ b/src/pages/about-us/_OurOffices.tsx @@ -102,7 +102,11 @@ const PinWrapper = styled.div` position: absolute; top: ${(props) => props.top}; left: ${(props) => props.left}; + -webkit-tap-highlight-color: transparent; + -webkit-appearance: none; cursor: pointer; + /* outline: none; + border: none; */ ` const MapImage = styled(BackgroundImage)` From 7e451761887e69efa47b79de8ed9e8d2675e828d Mon Sep 17 00:00:00 2001 From: Nikolai Berestevich Date: Mon, 3 Jan 2022 15:56:08 +0300 Subject: [PATCH 2/2] nikolai.berestevich/fix/color --- src/pages/about-us/_OurOffices.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/about-us/_OurOffices.tsx b/src/pages/about-us/_OurOffices.tsx index e82d05f08dc..b9084df7fe0 100644 --- a/src/pages/about-us/_OurOffices.tsx +++ b/src/pages/about-us/_OurOffices.tsx @@ -105,8 +105,6 @@ const PinWrapper = styled.div` -webkit-tap-highlight-color: transparent; -webkit-appearance: none; cursor: pointer; - /* outline: none; - border: none; */ ` const MapImage = styled(BackgroundImage)`