Commit d11f10cc by Brian Talbot

studio - course nav: corrected JS behavior of dropdowns to hide all others and…

studio - course nav: corrected JS behavior of dropdowns to hide all others and self-hide appropriately
parent 946d1617
...@@ -240,6 +240,8 @@ nav .nav-item { ...@@ -240,6 +240,8 @@ nav .nav-item {
left: -7px; left: -7px;
top: 47px; top: 47px;
width: 140px; width: 140px;
opacity: 0;
pointer-events: none;
} }
.nav-sub { .nav-sub {
......
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