Skip to content

Commit d565b52

Browse files
committed
Further revise textarea selector to hopefully be more future-proof
1 parent 0cc5550 commit d565b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/museum/volunteer/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const isBroken = getMode() === "broken";
145145
</script>
146146

147147
<style>
148-
input:not(:checked) ~ textarea[name="positions-other"] {
148+
input[value="other"]:not(:checked) ~ textarea[name$="-other"] {
149149
display: none;
150150
}
151151

0 commit comments

Comments
 (0)