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
c2c0b468
Commit
c2c0b468
authored
Nov 30, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/assets/stylesheets/framework/icons.scss
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
848890b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
49 deletions
+0
-49
app/assets/stylesheets/framework/icons.scss
app/assets/stylesheets/framework/icons.scss
+0
-49
No files found.
app/assets/stylesheets/framework/icons.scss
View file @
c2c0b468
.ci-status-icon-success
,
.ci-status-icon-passed
{
<<<<<<<
HEAD
&
,
&
:hover
,
&
:focus
{
color
:
$green-500
;
=======
svg
{
fill
:
$green-500
;
>>>>>>>
origin
/
master
}
}
.ci-status-icon-failed
{
<<<<<<<
HEAD
&
,
&
:hover
,
&
:focus
{
color
:
$gl-danger
;
=======
svg
{
fill
:
$gl-danger
;
>>>>>>>
origin
/
master
}
}
.ci-status-icon-pending
,
.ci-status-icon-failed_with_warnings
,
.ci-status-icon-success_with_warnings
{
<<<<<<<
HEAD
&
,
&
:hover
,
&
:focus
{
color
:
$orange-500
;
=======
svg
{
fill
:
$orange-500
;
>>>>>>>
origin
/
master
}
}
.ci-status-icon-running
{
<<<<<<<
HEAD
&
,
&
:hover
,
&
:focus
{
color
:
$blue-400
;
=======
svg
{
fill
:
$blue-400
;
>>>>>>>
origin
/
master
}
}
.ci-status-icon-canceled
,
.ci-status-icon-disabled
,
.ci-status-icon-not-found
{
<<<<<<<
HEAD
&
,
&
:hover
,
&
:focus
{
color
:
$gl-text-color
;
=======
svg
{
fill
:
$gl-text-color
;
>>>>>>>
origin
/
master
}
}
.ci-status-icon-created
,
.ci-status-icon-skipped
{
<<<<<<<
HEAD
&
,
&
:hover
,
&
:focus
{
color
:
$gray-darkest
;
=======
svg
{
fill
:
$gray-darkest
;
>>>>>>>
origin
/
master
}
}
.ci-status-icon-manual
{
<<<<<<<
HEAD
&
,
&
:hover
,
&
:focus
{
color
:
$gl-text-color
;
=======
svg
{
fill
:
$gl-text-color
;
>>>>>>>
origin
/
master
}
}
...
...
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