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