add hover

This commit is contained in:
smanylov
2026-01-15 14:20:37 +07:00
parent 4697eb6fda
commit a9c85570b7
+4
View File
@@ -2225,6 +2225,10 @@
tr {
border-bottom: 1px solid #f1f5f9;
transition: all 0.2s ease;
&:hover {
background: linear-gradient(90deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}
}
td {