소스 검색

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

Enrico Berti 8 년 전
부모
커밋
3ab1701809
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;
     }