]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused CSS
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Jul 2023 16:11:58 +0000 (17:11 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Jul 2023 16:15:17 +0000 (17:15 +0100)
The browse_details CSS classes were removed in 30ab1e91da6710159285f354c24529bdeeb7fb64 and c4090bb150e0eb866151ba0477e50b0421d60527

app/assets/stylesheets/common.scss
app/assets/stylesheets/parameters.scss

index 06f98cc57b02a2f211147827174fc62c5066a107..853b7993819fba18ba728ca1f7fbc2835f58b3fa 100644 (file)
@@ -777,15 +777,6 @@ tr.turn:hover {
 
 .routing_marker { width: 15px; cursor: move; }
 
-/* Rules for entity history */
-
-#sidebar_content {
-  .browse_details {
-    position: relative;
-    border-bottom: $keyline;
-  }
-}
-
 .browse_status {
   display: none;
 }
index 4b5daf4d01d8cd91bd6adf56fd778265e8bcec5e..cfe9c99921fed50a1cc3210913ee742828de56eb 100644 (file)
@@ -14,7 +14,6 @@ $darkgrey: #888;
 $hovercolor: 20%;
 $headerHeight: 55px;
 $sidebarWidth: 350px;
-$keyline: 1px solid $lightgrey;
 $list-highlight: #FFFFC0;
 $border: 1px solid $grey;