Replaces CSS with utility class
This commit is contained in:
parent
7457c1e122
commit
79731bfd5c
2 changed files with 1 additions and 6 deletions
|
@ -188,11 +188,6 @@ li.note {
|
|||
background-color: inherit;
|
||||
}
|
||||
|
||||
.show-suppressed-diff,
|
||||
.show-all-commits {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
padding: 10px;
|
||||
background: $red-400;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
- too_big = diff_file.diff_lines.count > Commit::DIFF_SAFE_LINES
|
||||
- if too_big
|
||||
.suppressed-container
|
||||
%a.show-suppressed-diff.js-show-suppressed-diff= _("Changes suppressed. Click to show.")
|
||||
%a.show-suppressed-diff.cursor-pointer.js-show-suppressed-diff= _("Changes suppressed. Click to show.")
|
||||
|
||||
%table.text-file.diff-wrap-lines.code.js-syntax-highlight.commit-diff{ data: diff_view_data, class: too_big ? 'hide' : '' }
|
||||
= render partial: "projects/diffs/line",
|
||||
|
|
Loading…
Reference in a new issue