mirror of https://github.com/penpot/penpot.git
Add cursor: pointer to all a elements.
This commit is contained in:
parent
d131b78a82
commit
0c9b525fc3
|
|
@ -54,6 +54,7 @@ svg {
|
|||
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
color: $main-ui-color;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in New Issue