Sfoglia il codice sorgente

#6372: Fix anchor tag underline style in dark mode

checktheroads 5 anni fa
parent
commit
df02123b1e

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


+ 2 - 1
netbox/project-static/netbox.scss

@@ -102,7 +102,8 @@ body {
       stroke: $gray-200;
     }
   }
-  table {
+  & table,
+  &[data-netbox-color-mode] table {
     a {
       text-decoration: none;
       &:hover {

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