From d2a2b0033822f2ae24baf5cb3302a7f527272878 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 1 Aug 2024 15:17:15 -0400 Subject: [PATCH] Retain default text color for hyperlinks inside tables --- netbox/project-static/dist/netbox.css | Bin 557409 -> 557185 bytes .../styles/transitional/_tables.scss | 15 --------------- 2 files changed, 15 deletions(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 51fadbcb3ecdd740f5aeb7d1ea49bc0f075cb284..4dbeb8e88969da63fecc3a17c00509804fcc5699 100644 GIT binary patch delta 37 tcmaFZq}14`)X>7%!qmdt!qURp!q&pRg=0p^_RA$4Ow8M>Dmb2V0003N4OIXD delta 123 zcmZo{RC?H?)X>7%!qmdt!qURp!q&pRg=0nuccN8Zeu;)&Qc0fXbj1&Ba@*TVI7FDI zPc7q+6fQ|j%1PDBPs&P7F44`&EG|(<1gVjoeqbUy_w tr:last-child > td { border-bottom-width: 0; @@ -74,14 +69,4 @@ body[data-bs-theme=dark] { } } - table.object-list { - a { - color: var(--#{$prefix}body-color)!important; - - // Ensures primary button color remains legible - &.btn-primary { - color: $rich-black!important; - } - } - } }