zoom cursor

This commit is contained in:
Jörn-Michael Miehe 2019-05-24 11:26:02 +02:00
parent 0eeaa08239
commit 38b92829cd

View file

@ -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" />