From a443713b55fc2679624d4f84dccd53592fb90280 Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:00:56 +0300 Subject: [PATCH] Merge pull request #21230 from overleaf/ii-bs5-review-panel-new-add-comment-button [web] BS5 new review panel add comment button GitOrigin-RevId: f08686ca431bac3d3df055afd4468bef94656d9c --- .../stylesheets/bootstrap-5/pages/editor/review-panel-new.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss index d48ad9a3ac..fed7ead1fe 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/review-panel-new.scss @@ -631,6 +631,7 @@ .review-tooltip-menu-button { background-color: inherit; + color: inherit; border: none; display: flex; align-items: center;