perf: remove document color change observer

This commit is contained in:
sethburkart123
2024-06-19 14:48:33 +10:00
parent 25520208da
commit 0c4b8521b4
2 changed files with 11 additions and 33 deletions
+11
View File
@@ -1672,6 +1672,17 @@ div.entry.class[style*="width: 46.5%"] {
margin-top: 4px !important;
}
.dark .title a.uiFile {
color: #06b4fc !important;
}
.document td:not([class^="colourBar"]):not([class^="title"]) {
color: black;
}
.dark .document td:not([class^="colourBar"]):not([class^="title"]) {
color: white !important;
}
.uiFileHandlerPanel::before {
border: 12px solid rgba(0, 0, 0, 0);
border-top-color: var(--background-primary);