Commit cf0c6e87 authored by Phil Hughes's avatar Phil Hughes Committed by Jacob Schatz

Fixed some colours in sidebar

parent 201101df
......@@ -30,6 +30,10 @@
}
.issuable-sidebar {
a {
color: inherit;
}
.block {
@include clearfix;
padding: $gl-padding 0;
......@@ -89,7 +93,7 @@
}
.cross-project-reference {
color: $gl-link-color;
color: inherit;
span {
white-space: nowrap;
......@@ -258,7 +262,7 @@
text-decoration: none;
}
}
.dropdown-menu-toggle {
width: 100%;
padding-top: 6px;
......
......@@ -44,7 +44,7 @@
%span.username
= issuable.assignee.to_reference
- else
%span.assign-yourself
%span.assign-yourself
No assignee -
%a.js-assign-yourself{href:'#'}
assign yourself
......@@ -153,4 +153,4 @@
new MilestoneSelect();
new LabelsSelect();
new IssuableContext('#{current_user.to_json(only: [:username, :id, :name])}');
new Subscription('.subscription')
\ No newline at end of file
new Subscription('.subscription')
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