From 51dfee9fef2ad0c47c73e8ca7907019211828b99 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Tue, 28 Nov 2017 03:27:44 -0500 Subject: [PATCH] Make fieldset labels siblings to selects It's odd that they're parents IMO. Since selects have their own click action, clicking to the right of them registering as a checkbox click seems like an oversight, but I just noticed a hover background that suggests otherwise. I think they're better like this, but NBD if you disagree for whatever reason. I suppose I could fix it with pointer events or something in my personal CSS. --- manage.html | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/manage.html b/manage.html index aed0a3a5..380d5f8f 100644 --- a/manage.html +++ b/manage.html @@ -162,33 +162,39 @@ -