git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
88af895
)
Removed border on focussed note title
author
Adam Dullage
<redacted>
Sat, 6 May 2023 08:31:44 +0000
(09:31 +0100)
committer
Adam Dullage
<redacted>
Sat, 6 May 2023 08:31:44 +0000
(09:31 +0100)
flatnotes/src/components/NoteViewerEditor.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/NoteViewerEditor.vue
b/flatnotes/src/components/NoteViewerEditor.vue
index f5348194f5fb7ea68c65d7e37090fe0343a3597f..4588bc12ed1cf7f6e3ed09c57edf31af674394f7 100644
(file)
--- a/
flatnotes/src/components/NoteViewerEditor.vue
+++ b/
flatnotes/src/components/NoteViewerEditor.vue
@@
-118,6
+118,10
@@
background-color: transparent;
color: var(--colour-text);
padding: 0;
+
+ &:focus {
+ outline: none;
+ }
}
</style>
git clone https://git.99rst.org/PROJECT