Merge pull request #433 from sharelatex/pr-review-logo-retina

Add retina icon for review features.
This commit is contained in:
James Allen 2017-02-21 10:27:31 +01:00 committed by GitHub
commit dfe2969da2
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -762,6 +762,10 @@
.toolbar .btn-full-height:active & {
background-position-y: -60px;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
background-image: url('/img/review-icon-sprite@2x.png');
}
}
.resolved-comments-toggle {