From: Claire Date: Fri, 3 Dec 2021 18:13:43 +0000 (+0100) Subject: Fix unneeded outline around list name edition input X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=d911c17f521d6b13861caa886715a50b644007a1;p=mastodon.git Fix unneeded outline around list name edition input --- 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;