mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Fix hover color for list items (Tabler bug #1694)
This commit is contained in:
parent
8197e83d96
commit
bcf1596184
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user