From 3261f462757df02ff8de84534d3affe8b8646c6c Mon Sep 17 00:00:00 2001 From: email Date: Sun, 20 Feb 2022 22:20:19 +0800 Subject: [PATCH] chore: hide textarea outline --- web/src/less/global.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/less/global.less b/web/src/less/global.less index fc83ca94..3d4073a8 100644 --- a/web/src/less/global.less +++ b/web/src/less/global.less @@ -45,9 +45,10 @@ img { input, textarea { + @apply appearance-none outline-none !important; + background-color: transparent; -webkit-tap-highlight-color: transparent; - outline: none; } input:-webkit-autofill,