瀏覽代碼

#6372: Remove underline style from hyperlinks

checktheroads 4 年之前
父節點
當前提交
8473820f0c

文件差異過大導致無法顯示
+ 0 - 0
netbox/project-static/dist/netbox.css


文件差異過大導致無法顯示
+ 0 - 0
netbox/project-static/dist/netbox.css.map


+ 6 - 0
netbox/project-static/netbox.scss

@@ -103,6 +103,12 @@ body {
     }
     }
   }
   }
   table {
   table {
+    a {
+      text-decoration: none;
+      &:hover {
+        text-decoration: underline;
+      }
+    }
     &.table > :not(caption) > * > * {
     &.table > :not(caption) > * > * {
       padding-left: $table-cell-padding-x-sm !important;
       padding-left: $table-cell-padding-x-sm !important;
       padding-right: $table-cell-padding-x-sm !important;
       padding-right: $table-cell-padding-x-sm !important;

部分文件因文件數量過多而無法顯示