mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
add table item selection
This commit is contained in:
+1
@@ -13,6 +13,7 @@
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.artists-container.compact {
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 2;
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
user-select: none;
|
||||
-webkit-box-orient: vertical;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.genres-container.compact {
|
||||
|
||||
@@ -36,6 +36,7 @@ export const TitleColumn = (props: ItemTableListInnerColumn) => {
|
||||
[styles.large]: props.size === 'large',
|
||||
[styles.nameContainer]: true,
|
||||
})}
|
||||
isNoSelect
|
||||
{...titleLinkProps}
|
||||
>
|
||||
{row}
|
||||
|
||||
Reference in New Issue
Block a user