Fix hover color for list items (Tabler bug #1694)

This commit is contained in:
Jeremy Stretch 2024-01-05 16:13:37 -05:00
parent 8197e83d96
commit bcf1596184
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -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);