Browse Source

HUE-5413 [home] Remove underlined links in IE

Johan Ahlen 9 năm trước cách đây
mục cha
commit
4e4b957
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
     }