From 00d7bb32c101c02a9056b1e5f837a96b24620f35 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 5 Dec 2022 12:08:29 -0500 Subject: [PATCH] Add hover state. --- src/common-components/textbox-question/textbox-question.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 348abad5a..b83c04c57 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -200,6 +200,9 @@ export default { display: flex; border: none; background-color: transparent; + &:hover { + cursor: pointer; + } input[type="file"] { position: absolute; left: -9999px;