Discussion note icon shows up when you click on diff on touch screen

This commit is contained in:
Annabel Dunstone 2016-04-15 12:05:07 -05:00
parent 2ac0050bce
commit c659c836f0
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
background: #fff; background: #fff;
color: #333; color: #333;
border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
-webkit-overflow-scrolling: auto;
.unfold { .unfold {
cursor: pointer; cursor: pointer;

View File

@ -286,7 +286,7 @@ ul.notes {
padding: 4px; padding: 4px;
font-size: 16px; font-size: 16px;
color: $gl-link-color; color: $gl-link-color;
margin-left: -60px; margin-left: -56px;
position: absolute; position: absolute;
z-index: 10; z-index: 10;
width: 32px; width: 32px;