mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat: change color for filter stuff
This commit is contained in:
parent
80721f3ad7
commit
c5d315041e
2 changed files with 3 additions and 3 deletions
|
|
@ -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 + ']'
|
||||
|
|
|
|||
|
|
@ -93,8 +93,8 @@ button {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.active {
|
||||
background-color: $success-green;
|
||||
button.isActive2 {
|
||||
background-color: $c-accent;
|
||||
transition: background-color $transition-standard;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue