# HG changeset patch # User Markus Kottlaender # Date 1543580426 -3600 # Node ID 6b100f639178d5cf359a96ef74ee06da10c6972b # Parent 82117b22346cd73d6879aaa15546b5a6eb986fef removed blue borders from fairwayprofile and infobar diff -r 82117b22346c -r 6b100f639178 client/src/components/map/fairway/Fairwayprofile.vue --- a/client/src/components/map/fairway/Fairwayprofile.vue Fri Nov 30 13:10:46 2018 +0100 +++ b/client/src/components/map/fairway/Fairwayprofile.vue Fri Nov 30 13:20:26 2018 +0100 @@ -37,8 +37,6 @@ height: 0 overflow: hidden z-index: 2 - .headline - border-top: solid 3px $color-info .splitscreen-toggle, .clear-selection diff -r 82117b22346c -r 6b100f639178 client/src/components/map/fairway/Infobar.vue --- a/client/src/components/map/fairway/Infobar.vue Fri Nov 30 13:10:46 2018 +0100 +++ b/client/src/components/map/fairway/Infobar.vue Fri Nov 30 13:20:26 2018 +0100 @@ -3,7 +3,7 @@ v-if="Object.keys(currentProfile).length && !showSplitscreen" class="ui-element shadow-xs infobar rounded bg-white ml-auto mb-3 mr-3" > -
+
{{ selectedBottleneck }} ({{ selectedSurvey.date_info }}) @@ -28,7 +28,6 @@ .infobar height: $icon-height + 0.2rem z-index: 2 - border-top: solid 3px $color-info svg path fill: #666