Line 455: | Line 455: | ||
background-color: black; | background-color: black; | ||
border-radius: 0px; | border-radius: 0px; | ||
+ | visibility: hidden; | ||
+ | transition: 0.2s 1s; | ||
} | } | ||
Line 466: | Line 468: | ||
.dropdown:hover .dropdown-menu { | .dropdown:hover .dropdown-menu { | ||
− | + | display: block; | |
− | visibility: | + | visibility: visible; |
− | transition: | + | transition-delay: 0s; |
} | } | ||
Line 496: | Line 498: | ||
<li class="dropdown-li"> | <li class="dropdown-li"> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
− | <a class="dropdown-toggle" type="button" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" | + | <a class="dropdown-toggle" type="button" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" > |
− | + | ||
− | + | ||
Team | Team | ||
</a> | </a> |
Revision as of 12:57, 7 September 2017