refactor: remove shortcut hints in mobile devices

This commit is contained in:
liyasthomas
2021-12-20 14:40:38 +05:30
parent fac1288ef2
commit f94ee7c73f
23 changed files with 410 additions and 253 deletions

View File

@@ -1,7 +1,10 @@
<template>
<div class="cursor-pointer flex h-5 w-5 relative items-center justify-center">
<div
tabindex="0"
class="cursor-pointer flex rounded-full h-5 w-5 relative items-center justify-center focus:outline-none focus-visible:ring focus-visible:ring-primaryDark"
>
<img
class="bg-primaryDark rounded-full object-cover object-center h-5 transition w-5 absolute"
class="bg-primaryDark rounded-full object-cover object-center h-5 w-5 transition absolute"
:src="url"
:alt="alt"
loading="lazy"