feat: 支持隐藏所有翻译结果,以看出哪些英文内容没能正常翻译

This commit is contained in:
Zhicheng Wang 2018-03-24 11:14:29 +08:00
parent 5c39927ee1
commit 7926c6fbe1

View File

@ -1,3 +1,9 @@
.find-missing-translations {
[translation-result], code-tabs, code-example, img, code, pre, .filetree {
display: none;
}
}
[translation-result] + [translation-origin=off] { [translation-result] + [translation-origin=off] {
display: none; display: none;
} }