Parcourir la source

#6372: Remove underline style from hyperlinks

checktheroads il y a 4 ans
Parent
commit
8473820f0c

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
netbox/project-static/dist/netbox.css


Fichier diff supprimé car celui-ci est trop grand
+ 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;

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff