From 62da566b4831e3dc6735ed41edeccd3cee1f4f2b Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 20 Sep 2024 19:04:39 -0500 Subject: [PATCH] Transition dropdown menus on opacity only. --- scss/bootstrap/_dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap/_dropdown.scss b/scss/bootstrap/_dropdown.scss index 10981c8..400821e 100644 --- a/scss/bootstrap/_dropdown.scss +++ b/scss/bootstrap/_dropdown.scss @@ -4,7 +4,7 @@ .dropdown-menu { display: block; opacity: 0; - transition: all .15s linear; + transition: opacity .15s linear; pointer-events: none; // Prevent auto show when mouse is below top menu item min-width: 190px; }