From 5c47c01e99afc678148338cfffa3360d89fbaf03 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sat, 5 Aug 2017 22:25:03 +0200 Subject: [PATCH] Another very small improvement for top borders in lists. --- src/Squidex/app/theme/_lists.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Squidex/app/theme/_lists.scss b/src/Squidex/app/theme/_lists.scss index a12751fee..38f118b60 100644 --- a/src/Squidex/app/theme/_lists.scss +++ b/src/Squidex/app/theme/_lists.scss @@ -94,6 +94,7 @@ padding: 1rem 1.25rem; background: $color-table; border: 1px solid $color-border; + border-top: 0; border-bottom-width: 2px; margin-bottom: .25rem; }