changeset 1443:6b100f639178

removed blue borders from fairwayprofile and infobar
author Markus Kottlaender <markus@intevation.de>
date Fri, 30 Nov 2018 13:20:26 +0100
parents 82117b22346c
children 2e3d6f50a951
files client/src/components/map/fairway/Fairwayprofile.vue client/src/components/map/fairway/Infobar.vue
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"
   >
-    <div class="d-flex flex-row justify-content-between">
+    <div class="d-flex flex-row justify-content-between h-100">
       <h6 class="my-auto px-2">
         {{ 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
 </style>