diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index 9fdddca..f9ba43e 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -322,21 +322,6 @@ a:not(.btn):hover::after { /* Smooth table row selection animation */ tbody tr { transition: all 0.2s ease; - position: relative; -} - -tbody tr::before { - content: '>'; - position: absolute; - left: -20px; - opacity: 0; - color: var(--terminal-green); - transition: all 0.2s ease; -} - -tbody tr:hover::before { - opacity: 1; - left: -15px; } /* Button press effect */