Merge pull request #1811 from overleaf/ns-code-check-fail-invisible

check for light theme to set autocompile status color

GitOrigin-RevId: d77cbb965ccb0bd05cd237717e29ebe0e1d68681
This commit is contained in:
Simon Detheridge 2019-05-28 10:16:19 +01:00 committed by sharelatex
parent d5556c55a9
commit 45f3f74d0b

View file

@ -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) {