Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d7d5227d
Commit
d7d5227d
authored
Nov 30, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/assets/stylesheets/pages/repo.scss
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c2c0b468
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
132 deletions
+0
-132
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+0
-132
No files found.
app/assets/stylesheets/pages/repo.scss
View file @
d7d5227d
...
...
@@ -46,33 +46,13 @@
max-width
:
250px
;
}
}
<<<<<<<
HEAD
}
.ide-file-list
{
flex
:
1
;
overflow
:
scroll
;
.file
{
cursor
:
pointer
;
=======
.file-status-icon
{
width
:
10px
;
height
:
10px
;
>>>>>>>
origin
/
master
}
}
<<<<<<<
HEAD
a
{
color
:
$gl-text-color
;
}
th
{
position
:
sticky
;
top
:
0
;
=======
.ide-file-list
{
flex
:
1
;
overflow
:
scroll
;
...
...
@@ -83,99 +63,8 @@
a
{
color
:
$gl-text-color
;
>>>>>>>
origin
/
master
}
}
<<<<<<<
HEAD
.multi-file-table-name
,
.multi-file-table-col-commit-message
{
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
max-width
:
0
;
}
.multi-file-table-name
{
width
:
350px
;
}
.multi-file-table-col-commit-message
{
width
:
50%
;
}
.multi-file-edit-pane
{
display
:
flex
;
flex-direction
:
column
;
flex
:
1
;
border-left
:
1px
solid
$white-dark
;
overflow
:
hidden
;
}
.multi-file-tabs
{
display
:
flex
;
overflow
:
scroll
;
background-color
:
$white-normal
;
box-shadow
:
inset
0
-1px
$white-dark
;
>
li
{
position
:
relative
;
}
}
.multi-file-tab
{
@include
str-truncated
(
150px
);
padding
:
(
$gl-padding
/
2
)
(
$gl-padding
+
12
)
(
$gl-padding
/
2
)
$gl-padding
;
background-color
:
$gray-normal
;
border-right
:
1px
solid
$white-dark
;
border-bottom
:
1px
solid
$white-dark
;
cursor
:
pointer
;
&
.active
{
background-color
:
$white-light
;
border-bottom-color
:
$white-light
;
}
}
.multi-file-tab-close
{
position
:
absolute
;
right
:
8px
;
top
:
50%
;
padding
:
0
;
background
:
none
;
border
:
0
;
font-size
:
$gl-font-size
;
color
:
$gray-darkest
;
transform
:
translateY
(
-50%
);
&
:not
(
.modified
)
:hover
,
&
:not
(
.modified
)
:focus
{
color
:
$hint-color
;
}
&
.modified
{
color
:
$indigo-700
;
}
}
.multi-file-edit-pane-content
{
flex
:
1
;
height
:
0
;
}
.multi-file-editor-btn-group
{
padding
:
$grid-size
;
border-top
:
1px
solid
$white-dark
;
}
// Not great, but this is to deal with our current output
.multi-file-preview-holder
{
height
:
100%
;
overflow
:
scroll
;
.blob-viewer
{
height
:
100%
;
=======
th
{
position
:
sticky
;
top
:
0
;
...
...
@@ -249,15 +138,9 @@
&
.modified
{
color
:
$indigo-700
;
>>>>>>>
origin
/
master
}
}
<<<<<<<
HEAD
.file-content.code
{
display
:
flex
;
=======
.multi-file-edit-pane-content
{
flex
:
1
;
height
:
0
;
...
...
@@ -280,7 +163,6 @@
.file-content.code
{
display
:
flex
;
>>>>>>>
origin
/
master
i
{
margin-left
:
-10px
;
}
...
...
@@ -385,19 +267,6 @@
.multi-file-commit-list-path
{
@include
str-truncated
(
100%
);
}
<<<<<<<
HEAD
.multi-file-commit-form
{
padding-top
:
12px
;
border-top
:
1px
solid
$white-dark
;
}
.multi-file-commit-fieldset
{
display
:
flex
;
align-items
:
center
;
padding-bottom
:
12px
;
=======
.multi-file-commit-form
{
padding-top
:
12px
;
...
...
@@ -409,7 +278,6 @@
align-items
:
center
;
padding-bottom
:
12px
;
>>>>>>>
origin
/
master
.btn
{
flex
:
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment