]> git.plutz.net Git - confetti/commitdiff
delete button removes _both_ input fields for TEL
authorPaul Hänsch <paul@plutz.net>
Wed, 27 Jan 2021 23:06:16 +0000 (00:06 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 27 Jan 2021 23:06:16 +0000 (00:06 +0100)
style.css

index 24c936803befb6b775c50c1c6b6af30ea3213f2b..83ceae7ee39f6dd2b463bebd6f324a75b7bf0140 100644 (file)
--- 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 + 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;
     }
 /**/
       display: none;
     }
 /**/