Skip to content

Commit

Permalink
custom hand cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Jul 8, 2023
1 parent 7b01475 commit 9e3d10e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ header{
box-shadow: none;
border: none;
&:hover{
cursor: pointer;
cursor: url("../images/handcursor.png"), auto;
}
}
}
Expand Down Expand Up @@ -140,7 +140,7 @@ header{

&:hover{
z-index: 9998;
cursor: pointer;
cursor: url("../images/handcursor.png"), auto;
transform: scale(1.1);
// transform: rotateZ(360deg);
// border-radius: 0%;
Expand Down
Binary file added public/images/handcursor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e3d10e

Please sign in to comment.