1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

add cursor pointer to button

This commit is contained in:
zulfadhli 2018-12-07 22:53:54 +08:00
parent 982e58535f
commit 75ed28be6c
3 changed files with 3 additions and 1 deletions

1
dist/chota.css vendored
View File

@ -340,6 +340,7 @@ button {
-webkit-transform: scale(1);
transform: scale(1);
display: inline-block;
cursor: pointer;
}
.grouped {
display: -webkit-box;

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -80,6 +80,7 @@ button {
text-decoration: none;
transform: scale(1);
display: inline-block;
cursor: pointer;
}
.grouped {