diff --git a/groups/home/bootstrap5/home1.css b/groups/home/bootstrap5/home1.css index 2bad966..69b4cfa 100644 --- a/groups/home/bootstrap5/home1.css +++ b/groups/home/bootstrap5/home1.css @@ -90,16 +90,14 @@ position: absolute; top: 100%; margin-top: 0; + transition: opacity 0.5s ease, background-color 0.2s ease; + -webkit-transition: opacity 0.5s ease, background-color 0.2s ease; } .show > .dropdown-menu.fade, .dropdown-menu.fade.show { pointer-events: auto; opacity: 1; } - .fade { - transition: opacity 0.5s ease; - -webkit-transition: opacity 0.5s ease; /* Safari */ - } /* Show dropdown on hover AND keyboard focus (WCAG 2.1.1) */ .dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu {