From 844186d52049c71e609ef94a28776a340a04dffd Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 15 Apr 2021 16:52:30 -0700 Subject: [PATCH] fix object title style --- netbox/project-static/netbox.scss | 11 ----------- netbox/templates/base.html | 4 ++-- netbox/templates/generic/object.html | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/netbox/project-static/netbox.scss b/netbox/project-static/netbox.scss index 1a8ddba7d..1288c481a 100644 --- a/netbox/project-static/netbox.scss +++ b/netbox/project-static/netbox.scss @@ -281,17 +281,6 @@ div#content-title { display: flex; flex-direction: column; flex: 1 0 auto; - - h1 { - &:hover { - text-decoration: underline; - text-decoration-thickness: 1px; - } - > a { - text-decoration: none; - color: $body-color; - } - } } div.paginator > form > div.input-group { diff --git a/netbox/templates/base.html b/netbox/templates/base.html index 8f6f66685..5f127d504 100644 --- a/netbox/templates/base.html +++ b/netbox/templates/base.html @@ -20,8 +20,8 @@ {% block layout %}{% endblock %} + onerror="window.location='{% url 'media_failure' %}?filename=netbox.js'"> +