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