mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Small CSS fixes [SCI-6017][SCI-6019] (#3548)
This commit is contained in:
parent
857ce2d90f
commit
a99f9db520
4 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -212,4 +212,10 @@ div.print-report {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.export-all-link {
|
||||
em {
|
||||
color: $brand-primary !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue