mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1672] [CLOSED] Themed scrollbars #1841
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1841
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/koel/koel/pull/1672
Author: @SketchNI
Created: 4/28/2023
Status: ❌ Closed
Base:
master← Head:themed-scrollbars📝 Commits (4)
3bbc4f6Use dark color scheme when device is set to prefer dark mode except on inputsb32c3dcRemove css forcing inputs to be always light mode and brighten the placeholder in dark mode.6b080ccNix theprefers-color-schememedia query and force dark mode for everything434e76aScrollbars are styled closer to the current themes colors.📊 Changes
3 files changed (+191 additions, -117 deletions)
View changed files
📝
resources/assets/js/themes.ts(+156 -116)📝
resources/assets/js/types.d.ts(+2 -0)📝
resources/assets/sass/partials/_shared.scss(+33 -1)📄 Description
Scrollbars are styled closer to the current themes colors. Due to limitations in browser support for styling scrollbars (I'm looking at you, Firefox), these styles are pretty basic. Hopefully in future we'll be able to use gradients to better integrate the scrollbar into themes but this will do for now.
I think either eslint (or phpstorms built-in eslint rules) completely munched the single-quotes into double-quotes which is why this PR is larger than I intended. I can reverse this if you want.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.