From 6495bceb65b10044c7a179534212b9e20a7c2a63 Mon Sep 17 00:00:00 2001 From: AK Date: Mon, 4 Jan 2021 12:49:03 +0530 Subject: [PATCH] Removed outline for textarea --- random-choice-picker/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/random-choice-picker/style.css b/random-choice-picker/style.css index bf8e63b..c4fab60 100644 --- a/random-choice-picker/style.css +++ b/random-choice-picker/style.css @@ -37,6 +37,10 @@ textarea { font-size: 16px; } +textarea:focus { + outline: none; +} + .tag { background-color: #f0932b; color: #fff;