about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-12-03 19:13:43 +0100
committerClaire <claire.github-309c@sitedethib.com>2021-12-03 21:03:40 +0100
commitd911c17f521d6b13861caa886715a50b644007a1 (patch)
tree7b88c101328fafb0bc644b066e7943cf19df1378 /app/javascript/flavours/glitch/styles/components/index.scss
parentc5751f8377ed966381445a4a5871711ef565c3ea (diff)
Fix unneeded outline around list name edition input
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 2281a4bb3..2656890d7 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -1040,6 +1040,7 @@
   background: transparent;
   border: 0;
   border-bottom: 2px solid $ui-primary-color;
+  outline: 0;
   box-sizing: border-box;
   display: block;
   font-family: inherit;