diff --git a/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss b/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss
index 914e90dd91f4e59964b9a4e66b7e3b4356c0127b..710bd70a25c0918f6538e43243004c2ad9ef05be 100644
--- a/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss
+++ b/opentech/static_src/src/app/src/components/NoteListingItem/styles.scss
@@ -41,4 +41,15 @@
             border-left: 2px solid $color--dark-blue;
         }
     }
+
+    &__edit {
+        color: $color--dark-blue;
+        padding-left: 10px;
+        margin-left: 10px;
+        border-left: 2px solid $color--mid-grey;
+
+        svg {
+            fill: $color--dark-blue;
+        }
+    }
 }