mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
d5556c55a9
commit
45f3f74d0b
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue