Skip to content

Commit 4d3d25e

Browse files
fast filters dialog: fix toggle icons
1 parent 7f6d2ce commit 4d3d25e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,17 +407,18 @@
407407

408408
/* Add lock icon when unchecked */
409409
.quick-edit-toggle ::ng-deep .mdc-switch__handle::after {
410-
font-family: 'Material Icons';
410+
font-family: 'Material Symbols Outlined';
411411
content: 'lock';
412-
font-size: 16px;
412+
font-size: 14px;
413413
position: absolute;
414414
color: #fff;
415415
}
416416

417417
/* Add edit icon when checked */
418418
.quick-edit-toggle.mat-mdc-slide-toggle-checked ::ng-deep .mdc-switch__handle::after {
419+
font-family: 'Material Symbols Outlined';
419420
content: 'edit';
420-
font-size: 16px;
421+
font-size: 14px;
421422
color: #fff;
422423
}
423424

0 commit comments

Comments
 (0)