Remove block styling from search dropdown

This commit is contained in:
Annabel Dunstone Gray 2017-12-18 11:59:21 -07:00
parent c5e400405e
commit 325fdc9f1f
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 0 additions and 7 deletions

View File

@ -108,13 +108,6 @@ input[type="checkbox"]:hover {
// Custom dropdown positioning
.dropdown-menu {
transition-property: opacity, transform;
transition-duration: 250ms, 250ms;
transition-delay: 0ms, 25ms;
transition-timing-function: $dropdown-animation-timing;
transform: translateY(0);
opacity: 0;
display: block;
left: -5px;
}