Skip to content
Snippets Groups Projects
Commit d9b15fc1 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Crop and rename the add diff note image

parent 494ae878
No related branches found
No related tags found
1 merge request!1878Discussions (a.k.a. Grouped Comments)
app/assets/images/comment_add.png

781 B

app/assets/images/diff_note_add.png

691 B

Loading
Loading
@@ -191,14 +191,14 @@ p.notify_controls span{
*/
.diff_file tr.line_holder {
.add-diff-note {
position:absolute;
margin-left:-70px;
margin-top:-10px;
z-index:10;
background: url("comment_add.png") no-repeat left 0;
width:32px;
height:32px;
background: url("diff_note_add.png") no-repeat left 0;
height: 22px;
margin-left: -65px;
position: absolute;
width: 22px;
z-index: 10;
 
// "hide" it by default
opacity: 0.0;
filter: alpha(opacity=0);
 
Loading
Loading
@@ -208,6 +208,7 @@ p.notify_controls span{
}
}
 
// "show" the icon also if we just hover somwhere over the line
&:hover > td {
background: $hover !important;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment