zoom cursor
This commit is contained in:
parent
0eeaa08239
commit
38b92829cd
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
<v-list-tile avatar>
|
<v-list-tile avatar>
|
||||||
<v-tooltip @input="booted = true" bottom>
|
<v-tooltip @input="booted = true" bottom>
|
||||||
<template v-slot:activator="{ on }">
|
<template v-slot:activator="{ on }">
|
||||||
<v-list-tile-avatar v-on="on">
|
<v-list-tile-avatar v-on="on" style="cursor: zoom-in">
|
||||||
<svg
|
<svg
|
||||||
x="0px"
|
x="0px"
|
||||||
y="0px"
|
y="0px"
|
||||||
width="16px"
|
width="16px"
|
||||||
height="30px"
|
height="30px"
|
||||||
viewBox="0 0 16 30"
|
viewBox="0 0 16 30"
|
||||||
style="enable-background:new 0 0 16 30;"
|
style="enable-background:new 0 0 16 30"
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
>
|
>
|
||||||
<polygon points="0,5 8,0 16,5 16,25 8,30 0,25" :fill="color" />
|
<polygon points="0,5 8,0 16,5 16,25 8,30 0,25" :fill="color" />
|
||||||
|
|
Reference in a new issue