]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused css for lists inside primary nav on narrow screens
authorAnton Khorev <tony29@yandex.ru>
Thu, 23 Nov 2023 16:52:51 +0000 (19:52 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 23 Nov 2023 16:52:51 +0000 (19:52 +0300)
app/assets/stylesheets/common.scss

index a4b126b9479477aca391fce9bc5d5a019fe530d1..c3a31d834a51a841d7220b6334c33788e2c9d21b 100644 (file)
@@ -225,26 +225,6 @@ body.small-nav {
     margin-right: 0;
     padding: 0;
 
-    ul, li {
-      border: none;
-      border-radius: 0;
-      width: 100%;
-    }
-
-    ul {
-      border-top: 1px solid #eee;
-      li {
-        border-bottom: 1px solid #eee;
-        border-right: none;
-        > a {
-          border-radius: 0;
-          width: 100%;
-          text-align: center;
-          font-size: 15px;
-        }
-      }
-    }
-
     .btn-group {
       width: 100%;
       padding: 10px;