Skip to content

Commit 797e14d

Browse files
committed
chore(core): Show progress cursor on overlay
1 parent 491f486 commit 797e14d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/ngx-ui-loader/src/lib/core/ngx-ui-loader.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ $spinnerSize: 60px;
117117
height: 100%;
118118
z-index: 99998 !important;
119119
background-color: $overlayColor;
120+
cursor: progress;
120121
display: none;
121122

122123
&.loading-foreground, &.foreground-closing {

projects/ngx-ui-loader/src/lib/core/ngx-ui-loader.contants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const DEFAULT_TASK_ID = 'default';
1111
*/
1212
export const DEFAULT_MASTER_LOADER_ID = 'master';
1313

14-
export const CLOSING_TIME = 1100;
14+
export const CLOSING_TIME = 1001;
1515

1616
export const WAITING_FOR_OVERLAY_DISAPPEAR = 500;
1717

0 commit comments

Comments
 (0)