Sfoglia il codice sorgente

#6372: Remove underline style from hyperlinks

checktheroads 5 anni fa
parent
commit
8473820f0c

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.css


File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.css.map


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

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

Some files were not shown because too many files changed in this diff