From: Andy Allan Date: Wed, 26 Jul 2023 16:11:58 +0000 (+0100) Subject: Remove unused CSS X-Git-Tag: live~1210^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/7ea3398c7955f517e89a52cda6ec9bf0205d6fb3?hp=db8e193d712db007d67ce5f9ea821a1756f425aa Remove unused CSS The browse_details CSS classes were removed in 30ab1e91da6710159285f354c24529bdeeb7fb64 and c4090bb150e0eb866151ba0477e50b0421d60527 --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 06f98cc57..853b79938 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; } diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index 4b5daf4d0..cfe9c9992 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -14,7 +14,6 @@ $darkgrey: #888; $hovercolor: 20%; $headerHeight: 55px; $sidebarWidth: 350px; -$keyline: 1px solid $lightgrey; $list-highlight: #FFFFC0; $border: 1px solid $grey;