From 17836e432d921c6035f89df9108408cbefc86eaa Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 11 Jan 2023 01:28:09 -0800 Subject: [PATCH] fix form img hover --- config.html | 2 +- css/form.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config.html b/config.html index ca2f698..4b6b3c3 100644 --- a/config.html +++ b/config.html @@ -23,7 +23,7 @@ Disks

-
+
diff --git a/css/form.css b/css/form.css index 3278b02..c6cada9 100644 --- a/css/form.css +++ b/css/form.css @@ -53,10 +53,6 @@ form img { width: 16px; } -form img:hover { - cursor: pointer; -} - form > * { margin-top: 10px; }