Remove unused CSS

The browse_details CSS classes were removed in 30ab1e91da and c4090bb150
This commit is contained in:
Andy Allan 2023-07-26 17:11:58 +01:00
parent db8e193d71
commit 7ea3398c79
2 changed files with 0 additions and 10 deletions

View 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;
}

View file

@ -14,7 +14,6 @@ $darkgrey: #888;
$hovercolor: 20%;
$headerHeight: 55px;
$sidebarWidth: 350px;
$keyline: 1px solid $lightgrey;
$list-highlight: #FFFFC0;
$border: 1px solid $grey;