Commit b724c22a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '37349-remove-extra-top-margin-search-dropdown' into 'master'

Fix spacing between nav and dropdown to be consistent with other dropdowns

Closes #37349

See merge request !14088
parents 716b977b 700d146c
......@@ -166,7 +166,7 @@ input[type="checkbox"]:hover {
.dropdown-menu {
transition-duration: 100ms, 75ms;
transition-delay: 75ms, 100ms;
transform: translateY(13px);
transform: translateY(7px);
opacity: 1;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment