From 5412b9b9234014a058969cebee7f833fb2749a2d Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:41:36 +0000 Subject: [PATCH] Merge pull request #16439 from overleaf/dp-resolved-comments-button-contrast Add explicit background color for resolved-comments-toggle to fix contrast on safari GitOrigin-RevId: 19876b85be29604af73c4e90c8a91f3cf8c98228 --- services/web/frontend/stylesheets/app/editor/review-panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/editor/review-panel.less b/services/web/frontend/stylesheets/app/editor/review-panel.less index 14cd2de681..73ca1119e3 100644 --- a/services/web/frontend/stylesheets/app/editor/review-panel.less +++ b/services/web/frontend/stylesheets/app/editor/review-panel.less @@ -893,6 +893,7 @@ button when (@is-overleaf-light = true) { } .resolved-comments-toggle { + background-color: @gray-lightest; font-size: 14px; color: lighten(@rp-type-blue, 25%); border: solid 1px @rp-border-grey;