Fix 2 minor visual bugs in reports

This commit is contained in:
Luka Murn 2018-12-12 11:15:32 +01:00
parent 24af108e98
commit 65adc7a556
2 changed files with 15 additions and 1 deletions

View file

@ -160,4 +160,18 @@ div.print-report {
}
}
}
.report-module-repository-element {
& > .report-element-header {
.repository-icon,.repository-name {
color: $color-black !important;
}
}
&:hover > .report-element-header {
.repository-icon,.repository-name {
color: $color-black !important;
}
}
}
}

View file

@ -1,6 +1,6 @@
<% if !defined? hide then hide = false end %>
<% if !defined? initial then initial = false end %>
<div class="new-element <%= "hidden" if hide %> <%= "initial" if initial %>" data-ts="ignore" data-type="new" title="<%=t "projects.reports.elements.new_element.title" %>"
<div class="new-element <%= "hidden" if hide %> <%= "initial" if initial %>" data-ts="ignore" data-type="new" title="<%=t "projects.reports.elements.new_element.title" %>">
<a href="" class="new-element-href" data-action="add-new-elements">
<div class="line left-line">
<div class="filler-wrapper">