From 5ac3b5a561361a1160730deb51f522a70e3f3ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 6 Dec 2018 15:51:42 +0100 Subject: [PATCH] explore logs styling --- public/sass/components/_panel_logs.scss | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/public/sass/components/_panel_logs.scss b/public/sass/components/_panel_logs.scss index 2a3c3c96609..46a6fbe81a2 100644 --- a/public/sass/components/_panel_logs.scss +++ b/public/sass/components/_panel_logs.scss @@ -64,10 +64,11 @@ $column-horizontal-spacing: 10px; display: table-cell; padding-right: $column-horizontal-spacing; vertical-align: middle; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; &:first-child { padding-left: $column-horizontal-spacing - 2px; - // border-left: 2px solid transparent; } &:last-child { @@ -76,14 +77,7 @@ $column-horizontal-spacing: 10px; } &:hover { - > div { - // border-left: 2px solid $blue; - background: $page-bg; - } - } - - &:nth-child(odd) { - // background: $page-bg; + background: $page-bg; } }