Match list group hover background with table hover background

This commit is contained in:
Anton Khorev 2024-04-24 04:04:38 +03:00
parent 0bd034a8e9
commit d7d1f7808b

View file

@ -20,5 +20,6 @@ $link-decoration: none;
$link-hover-decoration: underline;
$table-border-factor: .1;
$list-group-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
$enable-negative-margins: true;