From 9d7147f6e9f269611e7b7cdfd181edf2a919bcec Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 1 Aug 2024 21:05:00 -0400 Subject: [PATCH] Remove unused styles --- netbox/project-static/dist/netbox.css | Bin 557103 -> 556962 bytes .../styles/transitional/_tables.scss | 16 +++------------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 14bd6ac585ea9e9ecd13097e4e97a8ab71b63937..24ebd7b7a0a6a4592c9f84061435a715b010a0a2 100644 GIT binary patch delta 31 ncmZ4AptR_}VnYjK3sVbo3rh=Y3tJ2O77mWG?NiG*W^n=lyk`pY delta 87 zcmZ4VUvYhdQbP-43sVbo3rh=Y3tJ2O77mWG={Ct6k{Tt6Nja$siB@^}B^r83C3!k} qNr@@xKoQOAtable thead th { - background: $rich-black!important; + background: $rich-black !important; } - - // Adjust dark table link color without affecting buttons and badges - table { - a:not(.btn,.badge a) { - color: $bright-teal; - } - // Stops table headers from appearing as primary link color - th.orderable a { - color: var(--#{$prefix}body-color); - } - } - }