Feedback - close on submit
This commit is contained in:
parent
f540f17861
commit
0b2872a1b6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue