mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
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:
committed by
sharelatex
parent
d5556c55a9
commit
45f3f74d0b
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user