Browse Source

HUE-6077 [frontend] Avoid leaking of .active from the document browser

Enrico Berti 8 năm trước cách đây
mục cha
commit
3ab1701809
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      desktop/core/src/desktop/templates/document_browser.mako

+ 1 - 1
desktop/core/src/desktop/templates/document_browser.mako

@@ -94,7 +94,7 @@ from desktop.views import _ko
       padding: 0 6px;
     }
 
-    .active {
+    .doc-browser-container .active {
       padding: 0 12px;
       color: #444;
     }