feat: change color for filter stuff

This commit is contained in:
Johannes Millan 2025-06-17 18:57:08 +02:00
parent 80721f3ad7
commit c5d315041e
2 changed files with 3 additions and 3 deletions

View file

@ -242,10 +242,10 @@
class="toggle-notes-btn e2e-toggle-task-view-customizer-panel"
[disabled]="!(isRouteWithSidePanel$ | async)"
[class.isActive]="layoutService.isShowTaskViewCustomizerPanel$ | async"
[class.isActive2]="taskViewCustomizerService.isCustomized()"
[class.isRouteWithRightPanel]="isRouteWithRightPanel$ | async"
(click)="layoutService.toggleTaskViewCustomizerPanel()"
mat-icon-button
[class.active]="taskViewCustomizerService.isCustomized()"
matTooltip="Customize Task View {{
kb.toggleTaskViewCustomizerPanel
? '[' + kb.toggleTaskViewCustomizerPanel + ']'

View file

@ -93,8 +93,8 @@ button {
cursor: pointer;
}
button.active {
background-color: $success-green;
button.isActive2 {
background-color: $c-accent;
transition: background-color $transition-standard;
}