Files
paperless-ngx/src-ui/src/app/components/admin/trash/trash.component.scss
T

10 lines
184 B
SCSS

// hide caret on mobile dropdown
.d-block.d-sm-none .dropdown-toggle::after {
display: none;
}
tbody tr:last-child td,
table:not(:has(tbody tr)) thead th {
border-bottom: none;
}