diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-12-03 19:13:43 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-12-03 21:03:40 +0100 |
commit | d911c17f521d6b13861caa886715a50b644007a1 (patch) | |
tree | 7b88c101328fafb0bc644b066e7943cf19df1378 /app | |
parent | c5751f8377ed966381445a4a5871711ef565c3ea (diff) |
Fix unneeded outline around list name edition input
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 1 |
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; |