Bust cursor asset cache
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,7 @@ html {
|
|||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
font-smooth: never;
|
font-smooth: never;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
cursor: url("/cursors/mac-arrow.png") 0 0, default;
|
cursor: url("/cursors/macintosh-arrow.png") 0 0, default;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -129,7 +129,7 @@ html[data-display="plain"] body::before {
|
|||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: url("/cursors/mac-hand.png") 15 0, pointer;
|
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@@ -153,7 +153,7 @@ button,
|
|||||||
label,
|
label,
|
||||||
summary,
|
summary,
|
||||||
[role="button"] {
|
[role="button"] {
|
||||||
cursor: url("/cursors/mac-hand.png") 15 0, pointer;
|
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
:target {
|
:target {
|
||||||
@@ -327,7 +327,7 @@ summary,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item-row[data-row-href] {
|
.item-row[data-row-href] {
|
||||||
cursor: url("/cursors/mac-hand.png") 15 0, pointer;
|
cursor: url("/cursors/macintosh-hand.png") 15 0, pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-row[data-row-href]:hover,
|
.item-row[data-row-href]:hover,
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
|
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
Reference in New Issue
Block a user