From 45f3f74d0bcfafd0fa3993c377d25340fd79c0f5 Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Tue, 28 May 2019 10:16:19 +0100 Subject: [PATCH] Merge pull request #1811 from overleaf/ns-code-check-fail-invisible check for light theme to set autocompile status color GitOrigin-RevId: d77cbb965ccb0bd05cd237717e29ebe0e1d68681 --- services/web/public/stylesheets/app/editor/pdf.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/pdf.less b/services/web/public/stylesheets/app/editor/pdf.less index b0002271a3..f2354520b4 100644 --- a/services/web/public/stylesheets/app/editor/pdf.less +++ b/services/web/public/stylesheets/app/editor/pdf.less @@ -20,6 +20,9 @@ color: @brand-danger; } } + .auto-compile-status when (@is-overleaf-light = true) { + color: @ol-blue-gray-3; + } } .pdf .toolbar.toolbar-pdf when (@is-overleaf = true) and (@is-overleaf-light = false) {