Torkel Ödegaard пре 7 година
родитељ
комит
5ac3b5a561
1 измењених фајлова са 3 додато и 9 уклоњено
  1. 3 9
      public/sass/components/_panel_logs.scss

+ 3 - 9
public/sass/components/_panel_logs.scss

@@ -64,10 +64,11 @@ $column-horizontal-spacing: 10px;
     display: table-cell;
     display: table-cell;
     padding-right: $column-horizontal-spacing;
     padding-right: $column-horizontal-spacing;
     vertical-align: middle;
     vertical-align: middle;
+    border-top: 1px solid transparent;
+    border-bottom: 1px solid transparent;
 
 
     &:first-child {
     &:first-child {
       padding-left: $column-horizontal-spacing - 2px;
       padding-left: $column-horizontal-spacing - 2px;
-      // border-left: 2px solid transparent;
     }
     }
 
 
     &:last-child {
     &:last-child {
@@ -76,14 +77,7 @@ $column-horizontal-spacing: 10px;
   }
   }
 
 
   &:hover {
   &:hover {
-    > div {
-      // border-left: 2px solid $blue;
-      background: $page-bg;
-    }
-  }
-
-  &:nth-child(odd) {
-    // background: $page-bg;
+    background: $page-bg;
   }
   }
 }
 }