Merge branch 'dm-remove-unused-css-and-view' into 'master'
Remove unused CSS and view See merge request !11190
This commit is contained in:
commit
f2b72d79e8
3 changed files with 0 additions and 33 deletions
|
@ -9,31 +9,6 @@
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.diff-header {
|
||||
position: relative;
|
||||
background: $gray-light;
|
||||
border-bottom: 1px solid $border-color;
|
||||
padding: 10px 16px;
|
||||
color: $gl-text-color;
|
||||
z-index: 10;
|
||||
border-radius: 3px 3px 0 0;
|
||||
|
||||
.diff-title {
|
||||
font-family: $monospace_font;
|
||||
word-break: break-all;
|
||||
display: block;
|
||||
|
||||
.file-mode {
|
||||
color: $file-mode-changed;
|
||||
}
|
||||
}
|
||||
|
||||
.commit-short-id {
|
||||
font-family: $monospace_font;
|
||||
font-size: smaller;
|
||||
}
|
||||
}
|
||||
|
||||
.file-title,
|
||||
.file-title-flex-parent {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -284,10 +284,6 @@ ul.notes {
|
|||
}
|
||||
}
|
||||
|
||||
.diff-header > span {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.line_content {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
- blob.load_all_data!(@repository)
|
||||
|
||||
.file-content.wiki
|
||||
= markup(blob.name, blob.data)
|
Loading…
Reference in a new issue