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:
parent
982e58535f
commit
75ed28be6c
1
dist/chota.css
vendored
1
dist/chota.css
vendored
@ -340,6 +340,7 @@ button {
|
|||||||
-webkit-transform: scale(1);
|
-webkit-transform: scale(1);
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.grouped {
|
.grouped {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
2
dist/chota.min.css
vendored
2
dist/chota.min.css
vendored
File diff suppressed because one or more lines are too long
@ -80,6 +80,7 @@ button {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grouped {
|
.grouped {
|
||||||
|
Loading…
Reference in New Issue
Block a user