Skip to content

Commit be7f784

Browse files
committed
feat: add .cursor-wait class for wait cursor style
1 parent cb52f0a commit be7f784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,10 @@ a:focus {
483483
cursor: default;
484484
}
485485

486+
.cursor-wait {
487+
cursor: wait;
488+
}
489+
486490
// block
487491
.dc__block {
488492
display: block;

0 commit comments

Comments
 (0)