File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1057,7 +1057,7 @@ td.blob-excerpt{background-color:#fafafa}
1057
1057
.ui .user .list .item .description .octicon : not (: first-child ){margin-left : 5px }
1058
1058
.ui .user .list .item .description a {color : # 333 }
1059
1059
.ui .user .list .item .description a : hover {text-decoration : underline}
1060
- .ui .button .add-code-comment {font-size : 14px ;height : 16px ;padding : 2 px 0 0 ;position : relative;width : 16px ;z-index : 5 ;float : left;margin : - 2px -10px - 2px -20px ;opacity : 0 ;transition : transform .1s ease-in-out;transform : scale (1 , 1 )}
1060
+ .ui .button .add-code-comment {font-size : 14px ;height : 16px ;line-height : 16 px !important ; padding : 0 ;position : relative;width : 16px ;z-index : 5 ;float : left;margin : 2px -10px 2px -20px ;opacity : 0 ;transition : transform .1s ease-in-out;transform : scale (1 , 1 )}
1061
1061
.ui .button .add-code-comment : hover {transform : scale (1.2 , 1.2 )}
1062
1062
.focus-lines-new .ui .button .add-code-comment .add-code-comment-right , .focus-lines-old .ui .button .add-code-comment .add-code-comment-left {opacity : 1 }
1063
1063
.comment-code-cloud {padding : 4px ;position : relative;border : 1px solid # f1f1f1 ;margin : 13px 10px 5px auto}
Original file line number Diff line number Diff line change 1
1
.ui.button.add-code-comment {
2
2
font-size : 14px ;
3
3
height : 16px ;
4
- padding : 2px 0 0 ;
4
+ line-height : 16px !important ;
5
+ padding : 0 ;
5
6
position : relative ;
6
7
width : 16px ;
7
8
z-index : 5 ;
8
9
float : left ;
9
- margin : - 2px -10px - 2px -20px ;
10
+ margin : 2px -10px 2px -20px ;
10
11
opacity : 0 ;
11
12
transition : transform 0.1s ease-in-out ;
12
13
transform : scale (1 , 1 );
You can’t perform that action at this time.
0 commit comments