Commit 3fd0cd7d authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-issuable-dashboard-dropdowns' into 'master'

Make issuable dashboard dropdowns consistent

See merge request !13594
parents 43ba967b 573f73f2
......@@ -771,6 +771,11 @@
&::before {
top: 16px;
}
&.dropdown-menu-user-link::before {
top: 50%;
transform: translateY(-50%);
}
}
}
}
......
......@@ -490,3 +490,7 @@
padding: 8px 16px;
text-align: center;
}
.issues-details-filters {
@include new-style-dropdown;
}
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