diff --git a/services/web/public/img/review-icon-sprite@2x.png b/services/web/public/img/review-icon-sprite@2x.png new file mode 100644 index 0000000000..7a76326d63 Binary files /dev/null and b/services/web/public/img/review-icon-sprite@2x.png differ diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index 1d1900c90c..e6f5d5e2ba 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -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 {