From: Paul Hänsch Date: Wed, 27 Jan 2021 23:06:16 +0000 (+0100) Subject: delete button removes _both_ input fields for TEL X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=f494768fdc15212c82e1b8435170bbe6a00c5836 delete button removes _both_ input fields for TEL --- diff --git a/style.css b/style.css index 24c9368..83ceae7 100644 --- a/style.css +++ b/style.css @@ -289,7 +289,8 @@ form .section button[value^=addfield] { -form input.delete + label:hover:before { content: ''; } -form input.delete + label:hover:after { content: ' \274c'; } form input.delete:checked + label, - form input.delete:checked + label + * { + form input.delete:checked + label + *, + form input.delete:checked + label + .teltype + .TEL { display: none; } /**/