Skip to content

Commit d75e367

Browse files
committed
Add !important to override jQuery's default cursor after resizing windows
1 parent 8ca1d31 commit d75e367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/sass/components/style.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ main
3737

3838
// Default cursor for most elements
3939
:root, .folder button, .folder-button, body
40-
cursor: vars.$default-cursor
40+
cursor: vars.$default-cursor !important
4141

4242
// Text cursor for text inputs
4343
input

0 commit comments

Comments
 (0)