Removed border on focussed note title
authorAdam Dullage <redacted>
Sat, 6 May 2023 08:31:44 +0000 (09:31 +0100)
committerAdam Dullage <redacted>
Sat, 6 May 2023 08:31:44 +0000 (09:31 +0100)
flatnotes/src/components/NoteViewerEditor.vue

index f5348194f5fb7ea68c65d7e37090fe0343a3597f..4588bc12ed1cf7f6e3ed09c57edf31af674394f7 100644 (file)
   background-color: transparent;
   color: var(--colour-text);
   padding: 0;
+
+  &:focus {
+    outline: none;
+  }
 }
 </style>
 
git clone https://git.99rst.org/PROJECT