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