浏览代码

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

Enrico Berti 8 年之前
父节点
当前提交
3ab1701
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
     }