From 0a1b2ccfcb34ac628691f9a9541555c3b4db9950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 1 Feb 2021 21:33:32 +0900 Subject: [PATCH] chore: button ignore outline --- app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.css b/app.css index 3ba5363..1e78b6b 100644 --- a/app.css +++ b/app.css @@ -75,4 +75,8 @@ i { .dark .__multi-value, .dark .__multi-value__label, .dark .__multi-value__remove { background: #2e3338 !important; +} + +button { + outline: none !important; } \ No newline at end of file