diff --git a/src/renderer/components/item-list/item-table-list/item-table-list-column.module.css b/src/renderer/components/item-list/item-table-list/item-table-list-column.module.css index bf6011747..86a24b652 100644 --- a/src/renderer/components/item-list/item-table-list/item-table-list-column.module.css +++ b/src/renderer/components/item-list/item-table-list/item-table-list-column.module.css @@ -60,6 +60,10 @@ line-clamp: 3; } +.container.data-row { + cursor: pointer; +} + .container.with-horizontal-border { border-bottom: 1px solid var(--theme-colors-border); } @@ -162,12 +166,6 @@ z-index: 2; } -.container.data-row { - cursor: pointer; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; -} - .header-container { background: none; }