From c74394db8535d0302c2298253fefd95ecbf92763 Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Fri, 5 Jul 2024 19:16:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20style=20changes=20on=20selecting?= =?UTF-8?q?=20choice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 3762de4..bec794c 100644 --- a/src/style.css +++ b/src/style.css @@ -194,7 +194,7 @@ div.choice { padding: 7px; padding-left: 15px; margin-top: 5px; - transition: border-color 0.3s ease; + transition: border-color 0.3s ease, margin 0.3s ease; } div.choice:hover { @@ -202,9 +202,10 @@ div.choice:hover { } div.selected { - color: #a0d9ff; + /*color: #a0d9ff;*/ border-color: #007acc; - transition: border-color 1.5s ease, color 0.75s ease; + margin-left: 10px; + transition: border-color 1.5s ease, color 0.75s ease, margin-left 0.75s ease; } div.selected:hover { -- GitLab