mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Prevent text selection on table rows
This commit is contained in:
parent
ef924e896b
commit
c31b6e63f5
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
@import "/src/theme";
|
||||
|
||||
tr {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.table-row-selected {
|
||||
background-color: $primaryFaded;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue