]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Move the search results to use list-group-flush
[rails.git] / app / assets / stylesheets / common.scss
index abae98392b143305c35c024bbf2d0d6807582a4e..5635e3f9d5a8b8796e7ff9732f212fbb3c99e050 100644 (file)
@@ -939,15 +939,8 @@ header .search_forms,
 /* Rules for search sidebar */
 
 #sidebar .search_results_entry {
-  ul {
-   padding: 0;
-  }
-
   ul li {
-    border-bottom: $keyline;
     cursor: pointer;
-    list-style-type: none;
-    &:first-child { border-top: $keyline; }
     &.selected { background: $list-highlight; }
   }