]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused browse-field style rules
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Nov 2021 17:55:35 +0000 (17:55 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Nov 2021 12:24:16 +0000 (12:24 +0000)
app/assets/stylesheets/common.scss

index c957df78544aff50925d5715f17caf497423234b..01062bd617a2cd02223f8ad735d7ecbd0251580d 100644 (file)
@@ -807,27 +807,6 @@ tr.turn:hover {
     border-bottom: none;
   }
 
-  .browse-field {
-    margin-bottom: 10px;
-
-    h4 {
-      padding: 5px 0 5px 10px;
-      font-size: 12px;
-      border: 1px solid $grey;
-      border-radius: 4px 4px 0 0;
-      background-color: $offwhite;
-    }
-
-    p {
-      padding: 7px 10px;
-      font-size: 12px;
-      background-color: #FFF;
-      border: 1px solid $grey;
-      border-top: 0;
-      border-radius: 0 0 4px 4px;
-    }
-  }
-
   .browse-tag-list {
     background-color: $offwhite;
     table-layout: fixed;