From 7ea3398c7955f517e89a52cda6ec9bf0205d6fb3 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 26 Jul 2023 17:11:58 +0100 Subject: [PATCH 1/1] Remove unused CSS The browse_details CSS classes were removed in 30ab1e91da6710159285f354c24529bdeeb7fb64 and c4090bb150e0eb866151ba0477e50b0421d60527 --- app/assets/stylesheets/common.scss | 9 --------- app/assets/stylesheets/parameters.scss | 1 - 2 files changed, 10 deletions(-) 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; -- 2.39.5