From c95eae03dc7fe553d6ce5b263f6250d8a42f0a01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Tue, 12 Feb 2019 21:11:27 +0100
Subject: [PATCH] Adjust border of input-fields global

---
 src/theme/_form.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/theme/_form.scss b/src/theme/_form.scss
index 1931e193a..182efb103 100644
--- a/src/theme/_form.scss
+++ b/src/theme/_form.scss
@@ -2,6 +2,10 @@ mat-form-field.input-block {
   display: block;
 }
 
+.mat-form-field-infix {
+  border-top-style: none;
+}
+
 mat-dialog-container {
   background-color: #bbdefb !important;
 }
-- 
GitLab