aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-08-02 12:10:29 -0400
committerGitHub <noreply@github.com>2021-08-02 12:10:29 -0400
commit44ed361a9f59a16bbd1b5f2483ba7eb10df2fa82 (patch)
treebd83a13b43cff8c7e8287ac9595670d4fe316626 /src/client/views/EditableView.scss
parent2176e4e69ce69b949e66a90cc83e49ab96dedb5d (diff)
parent77c6321843e6f45765155526de49aee4c041a372 (diff)
Merge pull request #24 from brown-dash/aubrey-bugfix
UI Changes
Diffstat (limited to 'src/client/views/EditableView.scss')
-rw-r--r--src/client/views/EditableView.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/EditableView.scss b/src/client/views/EditableView.scss
index 5dc0c1962..1aebedf2e 100644
--- a/src/client/views/EditableView.scss
+++ b/src/client/views/EditableView.scss
@@ -26,4 +26,10 @@
width: 100%;
background: inherit;
pointer-events: all;
-} \ No newline at end of file
+}
+
+.editableView-input:focus {
+ border: none;
+ outline: none;
+}
+ \ No newline at end of file