Commit 298971ed authored by Phil Hughes's avatar Phil Hughes

Updated CSS so .open doesnt have to be on a dropdown element

parent 8c0f551f
......@@ -11,11 +11,11 @@
.dropdown {
position: relative;
}
&.open {
.dropdown-menu {
display: block;
}
.open {
.dropdown-menu {
display: block;
}
}
......@@ -27,7 +27,10 @@
z-index: 9999;
width: 240px;
margin-top: 2px;
margin-bottom: 0;
padding: 10px 10px;
font-size: 14px;
font-weight: normal;
background-color: $dropdown-bg;
border: 1px solid $dropdown-border-color;
border-radius: $border-radius-base;
......
......@@ -49,10 +49,6 @@
}
}
.project-home-dropdown {
margin: 13px 0px 0;
}
.notifications-btn {
margin-top: -28px;
......
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