add pointer to buttons by defaults

This commit is contained in:
Tixie 2020-02-16 23:40:22 +01:00
parent 471ae66374
commit c3390514c2
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ button:focus {
box-shadow: $focus-ring;
}
button {
cursor: pointer;
}
/* lists
-------------------------------------------------------------- */