From f803965b1c4cab4d40a2c0a3960e4620686b73b7 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 22 Feb 2024 16:04:28 -0500 Subject: [PATCH] Remove custom color for attr-table row headings --- netbox/project-static/dist/netbox.css | Bin 552465 -> 552451 bytes .../styles/transitional/_tables.scss | 1 - 2 files changed, 1 deletion(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 74556e8ee9f9a9079cf0a487cceb03e64e3edc33..eb20e5cf7e4d1fa8519e8ef769c126937c3a7d31 100644 GIT binary patch delta 31 ncmbPuN3r>iVnYjK3sVbo3rh=Y3tJ2O7LFBZ+qb20M6&|`z|ad$ delta 46 zcmZp^qd4)7VnYjK3sVbo3rh=Y3tJ2O7LFBZe98Ga`9)UB#)&2trk2**SEO-7vjYHy C#Se1; diff --git a/netbox/project-static/styles/transitional/_tables.scss b/netbox/project-static/styles/transitional/_tables.scss index 6ac17c59c..0af11f9cd 100644 --- a/netbox/project-static/styles/transitional/_tables.scss +++ b/netbox/project-static/styles/transitional/_tables.scss @@ -23,7 +23,6 @@ table.attr-table { // Restyle row header th { - color: $gray-700; font-weight: normal; width: min-content; }