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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
f3743111
Commit
f3743111
authored
Jul 13, 2016
by
Fatih Acet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styling for selected/unselected versions.
parent
be505529
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
6 deletions
+38
-6
app/assets/stylesheets/pages/merge_conflicts.scss
app/assets/stylesheets/pages/merge_conflicts.scss
+38
-6
No files found.
app/assets/stylesheets/pages/merge_conflicts.scss
View file @
f3743111
$head_line
:
#EFFDEB
;
$head_header
:
#DAFACE
;
$head_header_selected
:
#BAF0A8
;
$head_gutter
:
#DAFACE
;
$selected_head_gutter
:
#B2EE9E
;
$selected_head_line
:
#D4F5C9
;
$origin_line
:
#F2F9FF
;
$origin_header
:
#E0F0FF
;
$origin_header_selected
:
#ADD8FF
;
$origin_gutter
:
#E0F0FF
;
$selected_origin_gutter
:
#A3D3FF
;
$selected_origin_line
:
#CEE4F9
;
$unselected_gutter
:
#EEEEEE
;
$unselected_line
:
#F8F8F8
;
#conflicts
{
...
...
@@ -15,20 +20,47 @@ $origin_header_selected: #ADD8FF;
.head
{
.header
,
.diff-line-num
{
background-color
:
$head_
head
er
;
background-color
:
$head_
gutt
er
;
}
td
{
background-color
:
$head_line
;
}
&
.selected
{
.header
,
.diff-line-num
{
background-color
:
$selected_head_gutter
;
}
td
{
background-color
:
$selected_head_line
;
}
}
}
.origin
{
.header
,
.diff-line-num
{
background-color
:
$origin_
head
er
;
background-color
:
$origin_
gutt
er
;
}
td
{
background-color
:
$origin_line
;
}
&
.selected
{
.header
,
.diff-line-num
{
background-color
:
$selected_origin_gutter
;
}
td
{
background-color
:
$selected_origin_line
;
}
}
}
.origin
,
.head
{
&
.unselected
{
.header
,
.diff-line-num
{
background-color
:
$unselected_gutter
;
}
td
{
background-color
:
$unselected_line
;
}
}
}
.parallel-view
{
...
...
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