Browse Source

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

Enrico Berti 8 years ago
parent
commit
3ab1701
1 changed files with 1 additions and 1 deletions
  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;
     }