1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00

Feedback - close on submit

This commit is contained in:
Michael Shanks 2020-10-22 14:54:28 +01:00
parent f540f17861
commit 0b2872a1b6

View file

@ -24,6 +24,7 @@
)
} else if (ev.data.type === "submitted") {
analytics.captureEvent("Feedback Submitted", ev.data.data)
popover.hide()
}
},
false
@ -66,6 +67,11 @@
box-sizing: border-box;
}
.container:hover {
color: var(--ink);
font-weight: 500;
}
iframe {
border-style: none;
height: auto;