Tweaked toggle hover colour

This commit is contained in:
Corey 2020-08-01 14:24:02 +08:00
parent 192daaad3c
commit b0b9ba2df9
1 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@
class="flex flex-col md:flex-row bg-gray-200 p-1 rounded space-x-0 md:space-x-1 space-y-1 md:space-y-0"
>
<label
class="inline-flex h-full items-center cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-white hover:text-black transition duration-200 py-2 w-full md:w-auto md:py-0 flex-no-wrap"
class="inline-flex h-full items-center cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-gray-100 hover:text-black transition duration-200 py-2 w-full md:w-auto md:py-0 flex-no-wrap"
:class="downloadType === 'copy-svg' ? 'bg-white shadow' : 'text-gray-600'"
>
<input
@ -121,7 +121,7 @@
<span class="whitespace-no-wrap">Copy SVG Code</span>
</label>
<label
class="inline-flex h-full items-center cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-white hover:text-black transition duration-200 py-2 w-full md:w-auto md:py-0 flex-no-wrap"
class="inline-flex h-full items-center cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-gray-100 hover:text-black transition duration-200 py-2 w-full md:w-auto md:py-0 flex-no-wrap"
:class="downloadType === 'copy-cdn' ? 'bg-white shadow' : 'text-gray-600'"
>
<input
@ -159,7 +159,7 @@
<span class="whitespace-no-wrap">Copy CDN Link</span>
</label>
<label
class="inline-flex h-full items-center cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-white hover:text-black transition duration-200 py-2 w-full md:w-auto md:py-0 flex-no-wrap"
class="inline-flex h-full items-center cursor-pointer rounded px-2 text-sm lg:text-base hover:bg-gray-100 hover:text-black transition duration-200 py-2 w-full md:w-auto md:py-0 flex-no-wrap"
:class="downloadType === 'download-svg' ? 'bg-white shadow' : 'text-gray-600'"
>
<input