Add retina icon for review features.

This commit is contained in:
Paulo Reis 2017-02-20 15:37:12 +00:00
parent 58c7dda945
commit 5e07565c8e
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 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 {