From 1894b13da92b2d1c8f27c735455fc00df91f3a39 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Tue, 8 Jun 2021 19:36:04 -0300 Subject: [PATCH] styles: remove outline from tag input --- app/assets/stylesheets/_tags.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/_tags.scss b/app/assets/stylesheets/_tags.scss index 95060e799..300d5af52 100644 --- a/app/assets/stylesheets/_tags.scss +++ b/app/assets/stylesheets/_tags.scss @@ -72,6 +72,8 @@ } > .title { + @extend .focus\:outline-none; + @extend .focus\:shadow-none; width: 80%; background-color: transparent; font-weight: 600;