fix edit icon on title in topic card

This commit is contained in:
Devin Howard 2017-02-25 13:13:51 -08:00
parent a4629cfc8a
commit d59b8685d0

View file

@ -852,10 +852,10 @@ font-family: 'din-regular', helvetica, sans-serif;
line-height: 16px;
}
.canEdit #edit_synapse_desc:hover {
.canEdit span.titleWrapper:hover {
background-image: url(<%= asset_data_uri('edit.png') %>);
background-repeat: no-repeat;
background-position: 164px center;
background-position: 95% 95%;
cursor: text;
}