Remove custom cursor assets
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
This commit is contained in:
@@ -81,7 +81,6 @@ html {
|
||||
-webkit-font-smoothing: none;
|
||||
font-smooth: never;
|
||||
image-rendering: pixelated;
|
||||
cursor: url("/cursors/macintosh-arrow.png") 0 0, default;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -129,7 +128,7 @@ html[data-display="plain"] body::before {
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -153,7 +152,7 @@ button,
|
||||
label,
|
||||
summary,
|
||||
[role="button"] {
|
||||
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
:target {
|
||||
@@ -327,7 +326,7 @@ summary,
|
||||
}
|
||||
|
||||
.item-row[data-row-href] {
|
||||
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.item-row[data-row-href]:hover,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 213 B |
Binary file not shown.
|
Before Width: | Height: | Size: 202 B |
Reference in New Issue
Block a user