mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Make caret visible in list view
This commit is contained in:
parent
8cd3e5efdd
commit
427df0b33d
@ -207,7 +207,7 @@ viewRow texts cfg settings flags model item =
|
||||
expandCollapseLink =
|
||||
a
|
||||
[ classList
|
||||
[ ( "my-auto flex text-lg w-4 text-left w-1", not rowOpen )
|
||||
[ ( "my-auto flex text-lg w-4 text-left w-1 mr-2", not rowOpen )
|
||||
, ( "flex w-full block text-xl bg-gray-50 dark:bg-slate-700 mb-2 rounded ", rowOpen )
|
||||
, ( "invisible", isSelected cfg item.id )
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user