projects
/
confetti
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d939e
)
delete button removes _both_ input fields for TEL
author
Paul Hänsch
<paul@plutz.net>
Wed, 27 Jan 2021 23:06:16 +0000
(
00:06
+0100)
committer
Paul Hänsch
<paul@plutz.net>
Wed, 27 Jan 2021 23:06:16 +0000
(
00:06
+0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
24c9368
..
83ceae7
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:checked + label + * {
+ form input.delete:checked + label + *,
+ form input.delete:checked + label + .teltype + .TEL {
display: none;
}
/**/