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
4276864e
Commit
4276864e
authored
Oct 10, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use image-url instead of url so that asset pipeline can do it's thing
parent
9ac5338b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+2
-2
No files found.
app/assets/stylesheets/pages/diff.scss
View file @
4276864e
...
@@ -707,11 +707,11 @@
...
@@ -707,11 +707,11 @@
.frame.click-to-comment
{
.frame.click-to-comment
{
position
:
relative
;
position
:
relative
;
cursor
:
url(icon_image_comment.svg
)
cursor
:
image-url
(
'icon_image_comment.svg'
)
$image-comment-cursor-left-offset
$image-comment-cursor-top-offset
,
auto
;
$image-comment-cursor-left-offset
$image-comment-cursor-top-offset
,
auto
;
// Retina cursor
// Retina cursor
cursor
:
-webkit-image-set
(
url(icon_image_comment.svg)
1x
,
url(icon_image_comment@2x.svg
)
2x
)
cursor
:
-webkit-image-set
(
image-url
(
'icon_image_comment.svg'
)
1x
,
image-url
(
'icon_image_comment@2x.svg'
)
2x
)
$image-comment-cursor-left-offset
$image-comment-cursor-top-offset
,
auto
;
$image-comment-cursor-left-offset
$image-comment-cursor-top-offset
,
auto
;
.comment-indicator
{
.comment-indicator
{
...
...
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