diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 664e218df..b121243ba 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/_variables.scss b/netbox/project-static/styles/_variables.scss index b387045f3..f0079ff2e 100644 --- a/netbox/project-static/styles/_variables.scss +++ b/netbox/project-static/styles/_variables.scss @@ -14,3 +14,6 @@ $btn-padding-y: 0.25rem; // Reduce the default table cell padding $table-cell-padding-x: 0.5rem; $table-cell-padding-y: 0.5rem; + +// Fix Tabler bug #1694 in 1.0.0-beta20 +$hover-bg: rgba(var(--tblr-secondary-rgb), 0.08);