refining cursors use
This commit is contained in:
parent
a056bc6f71
commit
d4fd1b4e9c
|
|
@ -16,8 +16,14 @@
|
||||||
html {
|
html {
|
||||||
cursor: url("../../img/cursors/lhoist-curseur-open-hand.svg") 64 64, pointer;
|
cursor: url("../../img/cursors/lhoist-curseur-open-hand.svg") 64 64, pointer;
|
||||||
}
|
}
|
||||||
button,
|
button {
|
||||||
a,
|
|
||||||
a::after {
|
|
||||||
@apply cursor--pointer;
|
@apply cursor--pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
@apply cursor-pointer;
|
||||||
|
}
|
||||||
|
// span,
|
||||||
|
// p {
|
||||||
|
// @apply cursor-default;
|
||||||
|
// }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user