Ver código fonte

Restore previous styles for status tags in title cell

Matt Westcott 2 anos atrás
pai
commit
d641f6a9ac
1 arquivos alterados com 11 adições e 1 exclusões
  1. 11 1
      client/scss/components/_listing.scss

+ 11 - 1
client/scss/components/_listing.scss

@@ -114,7 +114,17 @@ ul.listing {
   &.chooser {
     tbody .parent-page {
       font-size: 1.15em;
-      background-color: #e6e6e6;
+      background-color: $color-grey-4;
+    }
+
+    tbody .parent-page .title {
+      a {
+        display: inline-block;
+      }
+
+      .status-tag--label {
+        border: 1px solid;
+      }
     }
 
     tbody .title a {