From 966544b9c776601b4b0d8488d2d1e1e525357480 Mon Sep 17 00:00:00 2001 From: Sebastian Ospina <101031188+Ethodeus@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:44:34 -0500 Subject: [PATCH] changed the width of the input on focus instead of hover Now, the input doesn't change its width when you are not hovering over it. --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 1b1e0a0..83ba31d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -191,7 +191,7 @@ main { font-weight: 600; } -.api-test form input:hover { +.api-test form input:focus { width: 70%; }