From 0091d639bf903fae8b2f0bcda096bca59e409d9c Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 28 Nov 2017 10:49:04 +0000 Subject: [PATCH] Use white review icon in OL. --- .../web/public/stylesheets/app/editor/review-panel.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index 15ed39f6a7..5e846be008 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -902,6 +902,13 @@ } } +.review-icon when (@is-overleaf) { + background-position-y: -60px; + .toolbar .btn-full-height:hover & { + background-position-y: -60px; + } +} + .resolved-comments-toggle { font-size: 14px; color: lighten(@rp-type-blue, 25%);