From fa15339efc8a3ba50bb30dec48eeb1061aca8354 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:08:38 +0100 Subject: [PATCH] fix: remove outline on tags input --- app/assets/stylesheets/_editor.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/_editor.scss b/app/assets/stylesheets/_editor.scss index 24763bf01..5ae221361 100644 --- a/app/assets/stylesheets/_editor.scss +++ b/app/assets/stylesheets/_editor.scss @@ -114,6 +114,10 @@ $heading-height: 75px; color: var(--sn-stylekit-foreground-color); width: 100%; border: none; + + &:focus { + outline: 0; + } } } }