]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Separate element strikethrough from classes
[rails.git] / app / assets / stylesheets / common.scss
index d598d10e3aa996bc198569d3c8bd37e810056ce5..b5bd5adec641cf06afe707334796584904aae21c 100644 (file)
@@ -645,12 +645,6 @@ tr.turn:hover {
     tr:last-child th, tr:last-child td {
       border-bottom: 0;
     }
-
-    .colour-preview-box {
-      width: 14px;
-      height: 14px;
-      // add color via inline css on element: background-color: <tag value>;
-    }
   }
 
   span.action-button:hover {
@@ -833,14 +827,11 @@ tr.turn:hover {
     height: 400px;
     display: none;
   }
-  .comments {
-    max-width: 740px;
+  .diary-comment .col-auto {
+    width: 62px;
   }
-  .diary-comment {
-    border-top: 1px dashed $grey;
-    &:first-child {
-      border-top: 1px solid $grey;
-    }
+  .diary-comment .col {
+    max-width: 690px;
   }
 }