add pointer to buttons by defaults
This commit is contained in:
parent
471ae66374
commit
c3390514c2
|
@ -59,6 +59,10 @@ button:focus {
|
||||||
box-shadow: $focus-ring;
|
box-shadow: $focus-ring;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* lists
|
/* lists
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue