浏览代码

#6372: Fix anchor tag underline style in dark mode

checktheroads 5 年之前
父节点
当前提交
df02123b1e

文件差异内容过多而无法显示
+ 0 - 0
netbox/project-static/dist/netbox.css


文件差异内容过多而无法显示
+ 0 - 0
netbox/project-static/dist/netbox.css.map


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

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

部分文件因为文件数量过多而无法显示