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}
10571057.ui .user .list .item .description .octicon : not (: first-child ){margin-left : 5px }
10581058.ui .user .list .item .description a {color : # 333 }
10591059.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 )}
10611061.ui .button .add-code-comment : hover {transform : scale (1.2 , 1.2 )}
10621062.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 }
10631063.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 11.ui.button.add-code-comment {
22 font-size : 14px ;
33 height : 16px ;
4- padding : 2px 0 0 ;
4+ line-height : 16px !important ;
5+ padding : 0 ;
56 position : relative ;
67 width : 16px ;
78 z-index : 5 ;
89 float : left ;
9- margin : - 2px -10px - 2px -20px ;
10+ margin : 2px -10px 2px -20px ;
1011 opacity : 0 ;
1112 transition : transform 0.1s ease-in-out ;
1213 transform : scale (1 , 1 );
You can’t perform that action at this time.
0 commit comments