mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Fix 2 minor visual bugs in reports
This commit is contained in:
parent
24af108e98
commit
65adc7a556
2 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue