From 6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 22 Sep 2023 16:58:30 +0800 Subject: ... --- FrontEnd/src/index.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'FrontEnd/src/index.css') diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index f779297b..effd3dd6 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -13,20 +13,6 @@ small { cursor: pointer; } -textarea { - resize: none; - outline: none; - border-color: var(--cru-bg-2-color); -} - -textarea:hover { - border-color: var(--cru-primary-r2-color); -} - -textarea:focus { - border-color: var(--cru-primary-color); -} - .white-space-no-wrap { white-space: nowrap; } @@ -59,4 +45,4 @@ i { a { text-decoration: none; -} \ No newline at end of file +} -- cgit v1.2.3