mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-26 18:22:08 -04:00
fix(worldtravel): remove unnecessary hover scale effect on country cards
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export let appVersion = 'v0.10.0';
|
||||
export let appVersion = 'v0.10.0-main-06132025';
|
||||
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.10.0';
|
||||
export let appTitle = 'AdventureLog';
|
||||
export let copyrightYear = '2023-2025';
|
||||
|
||||
@@ -245,7 +245,7 @@
|
||||
: country.num_visits === country.num_regions
|
||||
? 'bg-green-200'
|
||||
: 'bg-blue-200'
|
||||
} text-black focus:outline-6 focus:outline-black hover:scale-110 transition-transform cursor-pointer`}
|
||||
} text-black focus:outline-6 focus:outline-black cursor-pointer`}
|
||||
on:click={() => goto(`/worldtravel/${country.country_code}`)}
|
||||
>
|
||||
<span class="text-xs font-medium">
|
||||
|
||||
Reference in New Issue
Block a user