mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
support alternate row colors on sidebar (#1354)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
}
|
||||
|
||||
.container.alternate-row-even {
|
||||
background-color: initial;
|
||||
background-color: var(--theme-colors-background);
|
||||
}
|
||||
|
||||
.container.alternate-row-odd {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { UseSuspenseQueryOptions } from '@tanstack/react-query';
|
||||
import { forwardRef } from 'react';
|
||||
|
||||
import { api } from '/@/renderer/api';
|
||||
import { useItemListInfiniteLoader } from '/@/renderer/components/item-list/helpers/item-list-infinite-loader';
|
||||
|
||||
@@ -52,7 +52,6 @@ import {
|
||||
LuHeart,
|
||||
LuHeartCrack,
|
||||
LuImage,
|
||||
LuImageOff,
|
||||
LuInfinity,
|
||||
LuInfo,
|
||||
LuKeyboard,
|
||||
|
||||
Reference in New Issue
Block a user