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
c667e7fd
Commit
c667e7fd
authored
Oct 25, 2017
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CE->EE] Resove frontent conflicts
parent
b478c5e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
app/assets/javascripts/notes.js
app/assets/javascripts/notes.js
+0
-4
app/assets/stylesheets/framework/contextual-sidebar.scss
app/assets/stylesheets/framework/contextual-sidebar.scss
+0
-22
No files found.
app/assets/javascripts/notes.js
View file @
c667e7fd
...
@@ -20,12 +20,8 @@ import Flash from './flash';
...
@@ -20,12 +20,8 @@ import Flash from './flash';
import
CommentTypeToggle
from
'
./comment_type_toggle
'
;
import
CommentTypeToggle
from
'
./comment_type_toggle
'
;
import
GLForm
from
'
./gl_form
'
;
import
GLForm
from
'
./gl_form
'
;
import
loadAwardsHandler
from
'
./awards_handler
'
;
import
loadAwardsHandler
from
'
./awards_handler
'
;
<<<<<<<
HEAD
import
'
./autosave
'
;
=======
import
Autosave
from
'
./autosave
'
;
import
Autosave
from
'
./autosave
'
;
import
'
./dropzone_input
'
;
import
'
./dropzone_input
'
;
>>>>>>>
1
c317af47772ed2862a9c1ed22ab952bb1a84874
import
TaskList
from
'
./task_list
'
;
import
TaskList
from
'
./task_list
'
;
import
{
ajaxPost
,
isInViewport
,
getPagePath
,
scrollToElement
,
isMetaKey
}
from
'
./lib/utils/common_utils
'
;
import
{
ajaxPost
,
isInViewport
,
getPagePath
,
scrollToElement
,
isMetaKey
}
from
'
./lib/utils/common_utils
'
;
import
imageDiffHelper
from
'
./image_diff/helpers/index
'
;
import
imageDiffHelper
from
'
./image_diff/helpers/index
'
;
...
...
app/assets/stylesheets/framework/contextual-sidebar.scss
View file @
c667e7fd
<<<<<<<
HEAD
:app
/
assets
/
stylesheets
/
framework
/
new-sidebar
.scss
@
import
"framework/variables"
;
@import
'framework/tw_bootstrap_variables'
;
@import
"bootstrap/variables"
;
$active-background
:
rgba
(
0
,
0
,
0
,
.04
);
$active-hover-background
:
$active-background
;
$active-hover-color
:
$gl-text-color
;
$inactive-badge-background
:
rgba
(
0
,
0
,
0
,
.08
);
$hover-background
:
rgba
(
0
,
0
,
0
,
.06
);
$hover-color
:
$gl-text-color
;
$inactive-color
:
$gl-text-color-secondary
;
$new-sidebar-width
:
220px
;
$new-sidebar-collapsed-width
:
50px
;
.page-with-new-sidebar
{
=======
.page-with-contextual-sidebar
{
.page-with-contextual-sidebar
{
>>>>>>>
1c317af47772ed2862a9c1ed22ab952bb1a84874
:app
/
assets
/
stylesheets
/
framework
/
contextual-sidebar
.scss
@media
(
min-width
:
$screen-md-min
)
{
@media
(
min-width
:
$screen-md-min
)
{
padding-left
:
$contextual-sidebar-collapsed-width
;
padding-left
:
$contextual-sidebar-collapsed-width
;
}
}
...
@@ -334,11 +316,7 @@ $new-sidebar-collapsed-width: 50px;
...
@@ -334,11 +316,7 @@ $new-sidebar-collapsed-width: 50px;
&
.active
>
a
:hover
,
&
.active
>
a
:hover
,
&
.is-over
>
a
{
&
.is-over
>
a
{
<<<<<<<
HEAD
:app
/
assets
/
stylesheets
/
framework
/
new-sidebar
.scss
background-color
:
$
hover-background
;
=======
background-color
:
$link-hover-background
;
background-color
:
$link-hover-background
;
>>>>>>>
1c317af47772ed2862a9c1ed22ab952bb1a84874
:app
/
assets
/
stylesheets
/
framework
/
contextual-sidebar
.scss
}
}
}
}
}
}
...
...
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