瀏覽代碼

HUE-5413 [home] Remove underlined links in IE

Johan Ahlen 9 年之前
父節點
當前提交
4e4b957
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      desktop/core/src/desktop/templates/document_browser.mako

+ 4 - 0
desktop/core/src/desktop/templates/document_browser.mako

@@ -233,6 +233,10 @@ from desktop.views import _ko
       padding-right: 20px;
     }
 
+    .doc-browser-row a {
+      text-decoration: none;
+    }
+
     .doc-browser-row .doc-browser-attr-col {
       margin-bottom: 2px;
     }