Files
Stefan c8a4d18f1a
Playwright Tests / test (push) Has been cancelled
added legacy code for reference
2026-06-04 14:56:43 +02:00

7 lines
180 B
SCSS

table.sortable, tbody.sortable {
> tr.sortactive > td {
background-color: lightyellow !important;
box-shadow: 1px 1px 2px rgba(50,50,50,.3);
}
}