use a pointer cursor for actions
This commit is contained in:
parent
5565e81fb2
commit
fd333ba4db
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
.action-checkin,
|
||||||
|
.action-checkout,
|
||||||
|
.action-undo {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
Loading…
Reference in a new issue