From 37145136b33589f07bbd90945afbdcac17f6e84d Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 11 Nov 2024 22:37:03 -0500 Subject: [PATCH] update transitions to avoid lots of movement --- public/style.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/public/style.css b/public/style.css index 6af809b..821336c 100755 --- a/public/style.css +++ b/public/style.css @@ -123,7 +123,11 @@ body, a { color: #f3bbae; - transition: all 0.3s; + transition: color 0.3s ease; +} + +label>a { + transition: none !important; } p { @@ -158,21 +162,19 @@ ul.custom-bullet li::before { display: flex; margin: 0; padding: 0.35rem 0.75rem; - transition: all 0.3s; } .tab:hover a, .tab:hover svg { color: #241917 !important; fill: #241917 !important; - transition: all 0.3s; } .tab:hover label { background-color: #9a756c; color: #241917; font-weight: 700; - transition: all 0.3s; + transition: background-color 0.3s ease; } .tab-content { @@ -292,7 +294,7 @@ a { position: fixed; right: 0; top: 0; - transition: all 0.3s; + transition: background-color 0.3s ease; visibility: hidden; z-index: 999; @@ -371,7 +373,7 @@ a { background-color: #9a756c; color: #241917 !important; font-weight: 700; - transition: all 0.3s; + transition: background-color 0.3s ease; } .modal-text {