Browse Source

HUE-5413 [home] Remove underlined links in IE

Johan Ahlen 9 years ago
parent
commit
4e4b957
1 changed files with 4 additions and 0 deletions
  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;
       padding-right: 20px;
     }
     }
 
 
+    .doc-browser-row a {
+      text-decoration: none;
+    }
+
     .doc-browser-row .doc-browser-attr-col {
     .doc-browser-row .doc-browser-attr-col {
       margin-bottom: 2px;
       margin-bottom: 2px;
     }
     }