ソースを参照

Restore previous styles for status tags in title cell

Matt Westcott 2 年 前
コミット
d641f6a9ac
1 ファイル変更11 行追加1 行削除
  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 {