Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-18 09:13:15 +03:00
Code Issues Packages Projects Releases 16 Wiki Activity
Files
38f4a02a14371f891a25192b89c6e5dbb2b77945
immich/web/src/lib/components/asset-viewer/navigation-area.svelte

14 lines
294 B
Svelte
Raw Normal View History

fix(web): navigation buttons z-order (#3286) * Fix navigation styling * z-index * refactor transition and hover * Add NavigationButton and NavigationArea components * Use group-hover to simplify hover styling * fix check * fix check --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-07-16 04:25:59 +03:00
<script lang="ts">
fix(web): asset viewer navigation buttons (#7888)
2024-03-12 13:09:11 +01:00
export let onClick: (e: MouseEvent) => void;
export let label: string;
fix(web): navigation buttons z-order (#3286) * Fix navigation styling * z-index * refactor transition and hover * Add NavigationButton and NavigationArea components * Use group-hover to simplify hover styling * fix check * fix check --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-07-16 04:25:59 +03:00
</script>
fix(web): require button type (#9786)
2024-05-27 09:06:15 +02:00
<button
type="button"
class="my-auto mx-4 rounded-full p-3 text-gray-500 transition hover:bg-gray-500 hover:text-white"
aria-label={label}
on:click={onClick}
>
<slot />
</button>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 146ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API