]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused tooltips css
authorAnton Khorev <tony29@yandex.ru>
Mon, 19 Sep 2022 09:21:13 +0000 (12:21 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 19 Sep 2022 09:21:13 +0000 (12:21 +0300)
app/assets/stylesheets/common.scss

index d2ab3d272746755d1ecf6d15660e07e7a734be53..dfe99d1e2751f9af765a31ae84e3f0e7d74da5c8 100644 (file)
@@ -510,14 +510,6 @@ body.small-nav {
       border-bottom: 1px solid $grey;
       padding: 10px 20px;
     }
-
-    .tooltip {
-      opacity: 1;
-      border: 1px solid $grey;
-      .tooltip-arrow {
-        border-top-color: $grey;
-      }
-    }
   }
 }