X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/51a2d85053b67b2bc842fa45ac8eb998f8585add..4857c9ad1e172049416f7bb57b2e8951df975d95:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c1728f870..3ba484cd5 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -336,10 +336,6 @@ body.small-nav { #sidebar { float: left; width: $sidebarWidth; - - #sidebar_loader { - display: none; - } } .overlay-sidebar #sidebar { @@ -355,6 +351,8 @@ body.small-nav { display: block; } + .sidebar-close-controls, + #sidebar_loader, #sidebar_content { display: none; } @@ -592,22 +590,6 @@ header .search_forms, /* Rules for routing */ -div.direction { - background-image: image-url('routing-sprite.svg'); - width: 20px; - height: 20px; - background-repeat: no-repeat; -} -@for $i from 0 through 25 { -div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; } -} - -@include color-mode(dark) { - div.direction { - filter: invert(1); - } -} - td.distance { font-size: x-small; } @@ -1007,3 +989,7 @@ img.trace_image { } } } + +.heatmap-wrapper { + height: 130px; +}