mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-10 07:42:19 -05:00
[PR #1248] [MERGED] web: proper focus ring #1358
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/1248
Author: @wukko
Created: 4/27/2025
Status: ✅ Merged
Merged: 4/27/2025
Merged by: @github-actions[bot]
Base:
develop← Head:better-focus-ring📝 Commits (10+)
d25e9b6web/ProcessingStatus: remove extra box-shadow csse3a60d8web/ProcessingStatus: visually distinct focus ring0e1750eweb: use outline for focus ring instead of box-shadow0454b13web/FileReceiver: restore the pretty animated focus ringba4742fweb: remove data-focus-ring-hidden from all files9657db3web: remove focus ring css workarounds55ce09dweb/Switcher: fix box-shadow4de00b6web/app.css: prettier focus ring on links44dc9caweb/app.css: add focus ring for select & fix active button focus color2fce88aweb/DonateOptionsCard: fix fantom button focus on tab nav, refactor📊 Changes
22 files changed (+88 additions, -116 deletions)
View changed files
📝
web/src/app.css(+14 -7)📝
web/src/components/buttons/Switcher.svelte(+1 -4)📝
web/src/components/changelog/ChangelogEntry.svelte(+0 -1)📝
web/src/components/dialog/PickerDialog.svelte(+0 -4)📝
web/src/components/dialog/PickerItem.svelte(+2 -1)📝
web/src/components/dialog/SavingDialog.svelte(+0 -8)📝
web/src/components/dialog/SmallDialog.svelte(+0 -5)📝
web/src/components/donate/DonateBanner.svelte(+0 -1)📝
web/src/components/donate/DonateCardContainer.svelte(+3 -3)📝
web/src/components/donate/DonateOptionsCard.svelte(+54 -52)📝
web/src/components/donate/DonateShareCard.svelte(+2 -5)📝
web/src/components/misc/FileReceiver.svelte(+5 -1)📝
web/src/components/misc/Placeholder.svelte(+1 -1)📝
web/src/components/queue/ProcessingStatus.svelte(+3 -3)📝
web/src/components/save/Omnibox.svelte(+0 -4)📝
web/src/components/save/SupportedServices.svelte(+1 -2)📝
web/src/components/save/buttons/DownloadButton.svelte(+0 -4)📝
web/src/components/settings/SettingsInput.svelte(+0 -4)📝
web/src/components/subnav/PageNav.svelte(+0 -2)📝
web/src/routes/+page.svelte(+0 -1)...and 2 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.