diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index a0c3260..117e549 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -321,7 +321,7 @@ a:not(.btn):hover::after { /* Smooth table row selection animation */ tbody tr { - transition: all 0.2s ease; + transition: background-color 0.15s ease; } /* Button press effect */ @@ -1807,7 +1807,6 @@ th:has(input[type="checkbox"])::before { tr:hover { background-color: rgba(0, 255, 65, 0.08); - box-shadow: inset 0 0 20px rgba(0, 255, 65, 0.1); } /* Keyboard navigation selected row */