mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Highlight color
This commit is contained in:
@@ -15,7 +15,6 @@ import {UserService} from '../../../../settings/user-management/user.service';
|
||||
import {MagicShelf} from '../../../../magic-shelf/service/magic-shelf.service';
|
||||
import {BookRuleEvaluatorService} from '../../../../magic-shelf/service/book-rule-evaluator.service';
|
||||
import {GroupRule} from '../../../../magic-shelf/component/magic-shelf-component';
|
||||
import {Tooltip} from 'primeng/tooltip';
|
||||
|
||||
type Filter<T> = { value: T; bookCount: number };
|
||||
|
||||
@@ -152,8 +151,7 @@ function getReadStatusName(status?: ReadStatus | null): string {
|
||||
AsyncPipe,
|
||||
TitleCasePipe,
|
||||
FormsModule,
|
||||
SelectButton,
|
||||
Tooltip,
|
||||
SelectButton
|
||||
]
|
||||
})
|
||||
export class BookFilterComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -49,13 +49,13 @@
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--p-surface-700);
|
||||
background-color: var(--p-surface-800);
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
:host(.active-menuitem) .menu-item-container {
|
||||
background-color: var(--p-surface-800);
|
||||
background-color: color-mix(in srgb, var(--p-primary-300), transparent 92%);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user