From 0a49ddb31e21b03d252e93fc7fed3d60d67726be Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 23 Feb 2022 16:34:11 -0800 Subject: [PATCH] Fix input prefix --- src/input/Input.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/Input.module.css b/src/input/Input.module.css index 0c94a16..1b30e42 100644 --- a/src/input/Input.module.css +++ b/src/input/Input.module.css @@ -97,7 +97,7 @@ .inputField input:focus + label, .inputField input:not(:placeholder-shown) + label, -.inputField.prefix textarea + label, +.inputField.prefix input + label, .inputField textarea:focus + label, .inputField textarea:not(:placeholder-shown) + label, .inputField.prefix textarea + label {