Skip to content

Commit

Permalink
Fix outline glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Oct 25, 2024
1 parent 67675d8 commit 10c707f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next
- Fix folder playlists not closing
- Fix outline glitch

## 0.19.0 - 2024 Oct 8
- Drop support for Windows 7 and 8
Expand Down
2 changes: 1 addition & 1 deletion src/components/SidebarItems.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<a
href="/playlist/{child_list.id}"
tabindex="-1"
class="item rounded-r-[5px]"
class="item rounded-r-[5px] outline-none"
style:padding-left={14 * level + 'px'}
class:active={child_list.path === $url_pathname}
draggable="true"
Expand Down

0 comments on commit 10c707f

Please sign in to comment.