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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
3cfeb375
Commit
3cfeb375
authored
Apr 01, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge conflict fixes
parent
87b3c73e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+15
-15
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
3cfeb375
...
@@ -194,6 +194,21 @@ ul.notes {
...
@@ -194,6 +194,21 @@ ul.notes {
float
:
right
;
float
:
right
;
margin-left
:
10px
;
margin-left
:
10px
;
color
:
$notes-action-color
;
color
:
$notes-action-color
;
.js-note-delete
{
&
:hover
{
@extend
.cgray
;
&
.danger
{
@extend
.cred
;
}
}
}
.js-note-edit
{
i
{
&
:hover
{
color
:
$gl-link-color
;
}
}
}
}
}
.note-action-button
,
.note-action-button
,
...
@@ -212,21 +227,6 @@ ul.notes {
...
@@ -212,21 +227,6 @@ ul.notes {
top
:
0
;
top
:
0
;
font-size
:
16px
;
font-size
:
16px
;
}
}
.js-note-delete
{
&
:hover
{
@extend
.cgray
;
&
.danger
{
@extend
.cred
;
}
}
}
.js-note-edit
{
i
{
&
:hover
{
color
:
$gl-link-color
;
}
}
}
}
}
.discussion-toggle-button
{
.discussion-toggle-button
{
...
...
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