From a1205e3f751652b435e662997c450747e403444f Mon Sep 17 00:00:00 2001 From: trfloria <trfloria@student.ethz.ch> Date: Sat, 17 Mar 2018 17:01:31 +0100 Subject: [PATCH] removed (annoying) div borders --- src/views/styles/listview.less | 3 +++ src/views/styles/studydocList.less | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/styles/listview.less b/src/views/styles/listview.less index 1aa583a4..ba06e6a6 100644 --- a/src/views/styles/listview.less +++ b/src/views/styles/listview.less @@ -1,4 +1,7 @@ .listview { + div { + border: none; + } display: grid; grid-template-columns: auto auto auto; .filter{ diff --git a/src/views/styles/studydocList.less b/src/views/styles/studydocList.less index 6e621c46..950648dd 100644 --- a/src/views/styles/studydocList.less +++ b/src/views/styles/studydocList.less @@ -2,6 +2,5 @@ #studydoc-list { .listview; - background-color: lightgrey; } -- GitLab