Removed select all button

This commit is contained in:
2025-01-31 16:24:25 +01:00
parent 88d843c1cb
commit d802fde7d8
3 changed files with 28 additions and 22 deletions

View File

@@ -69,3 +69,7 @@ footer a:focus {
footer a:hover {
text-decoration: underline;
}
.column-header.select-all > svg {
display: none;
}