mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor(icons): use drag_indicator instead of drag_handle for better visual
This commit is contained in:
parent
c0fbf5ddd8
commit
9e1116555c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<ng-content></ng-content>
|
||||
|
||||
<div class="drag-handle">
|
||||
<mat-icon class="drag-handle-ico">drag_handle</mat-icon>
|
||||
<mat-icon class="drag-handle-ico">drag_indicator</mat-icon>
|
||||
@if (isCurrent) {
|
||||
<mat-icon class="play-icon-indicator">play_arrow </mat-icon>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
(click)="focusSelf()"
|
||||
class="drag-handle"
|
||||
>
|
||||
<mat-icon class="drag-handle-ico">drag_handle</mat-icon>
|
||||
<mat-icon class="drag-handle-ico">drag_indicator</mat-icon>
|
||||
@if (isCurrent()) {
|
||||
<mat-icon class="play-icon-indicator">play_arrow</mat-icon>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue