Browse Source

fix: hide last modified time for removed scripts

Gerald 8 years ago
parent
commit
6ca07fc8a8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/options/views/script-item.vue

+ 5 - 0
src/options/views/script-item.vue

@@ -349,12 +349,17 @@ export default {
   &.removed {
     background: #f0f0f0;
     color: #999;
+  }
+  &.disabled {
     .secondary {
       color: darkgray;
     }
   }
   &.removed {
     padding-bottom: 10px;
+    .secondary {
+      display: none;
+    }
   }
   &-buttons {
     margin-left: 3.5rem;