mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-18 08:43:22 +00:00
10 lines
184 B
SCSS
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;
|
|
}
|