mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 17:50:32 +08:00
👀 Enhanced the hover state
This commit is contained in:
parent
757304e0e2
commit
9e88f19219
@ -107,7 +107,7 @@
|
|||||||
<div class="flex items-center justify-end mb-4">
|
<div class="flex items-center justify-end mb-4">
|
||||||
<button
|
<button
|
||||||
class={cn(
|
class={cn(
|
||||||
'flex items-center justify-center space-x-1 rounded-md px-3 py-1.5 text-sm font-medium hover:opacity-80 transition-opacity',
|
'flex items-center justify-center space-x-1 rounded-md px-3 py-1.5 text-sm font-medium opacity-80 hover:opacity-100 transition-opacity',
|
||||||
filteredSvgs.length === 0 && 'hidden'
|
filteredSvgs.length === 0 && 'hidden'
|
||||||
)}
|
)}
|
||||||
on:click={() => sort()}
|
on:click={() => sort()}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user