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