From a22094c5cfcaffe916d1fc05c9b23198d50f4206 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 17 Sep 2022 13:53:21 +0300 Subject: [PATCH] Remove old map sidebar close button css --- app/assets/stylesheets/common.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 53b561b63..a94b6700a 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -511,15 +511,6 @@ body.small-nav { padding: 10px 20px; } - a.close-button { - float: right; - padding:5px; - font-size:20px; - line-height:10px; - color:#222; - border:1px solid $grey; - } - .tooltip { opacity: 1; border: 1px solid $grey; -- 2.45.1