cursor becomes pointer on outlet svg
This commit is contained in:
parent
f155dd131a
commit
cff42fe635
|
@ -1,4 +1,7 @@
|
||||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<style>
|
||||||
|
path { cursor: pointer; }
|
||||||
|
</style>
|
||||||
<path fill="none" stroke="red"
|
<path fill="none" stroke="red"
|
||||||
d="M 29,30
|
d="M 29,30
|
||||||
L 35, 30
|
L 35, 30
|
||||||
|
|
Before Width: | Height: | Size: 529 B After Width: | Height: | Size: 576 B |
Loading…
Reference in New Issue
Block a user