Small CSS fixes [SCI-6017][SCI-6019] (#3548)

This commit is contained in:
aignatov-bio 2021-09-17 14:15:01 +02:00 committed by GitHub
parent 857ce2d90f
commit a99f9db520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View file

@ -210,7 +210,7 @@
padding: 5px 0 5px 40px;
&:hover {
background-color: $brand-focus-light;
background-color: $color-concrete;
border-radius: 5px;
}
@ -363,7 +363,7 @@
width: calc(50% - 25px);
&.selected {
background: $brand-light-blue;
background: $color-alto;
opacity: 1;
}

View file

@ -212,4 +212,10 @@ div.print-report {
}
}
}
.export-all-link {
em {
color: $brand-primary !important;
}
}
}

View file

@ -20,7 +20,7 @@
<% else %>
<% file_link = @obj_filenames.dig(:assets, asset.id, :file) %>
<% end %>
<a href="<%= file_link %>">
<a href="<%= file_link %>" class="export-all-link" >
<em><%= t("projects.reports.elements.result_asset.file_name", file: file_link&.split('/')&.last) %></em>
</a>
<% else %>

View file

@ -13,7 +13,7 @@
<% else %>
<% file_link = @obj_filenames.dig(:assets, asset.id, :file) %>
<% end %>
<a href="<%= file_link %>">
<a href="<%= file_link %>" class="export-all-link">
<em><%= t('projects.reports.elements.step_asset.file_name', file: file_link&.split('/')&.last) %></em>
</a>
<% else %>