mirror of
https://github.com/koel/koel.git
synced 2026-04-27 01:35:59 +03:00
[PR #1673] [CLOSED] Scrollbars are styled closer to the current themes colors. Due to lim… #1842
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#1842
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/1673
Author: @SketchNI
Created: 4/28/2023
Status: ❌ Closed
Base:
master← Head:themed-scrollbars📝 Commits (2)
5f7a7c7Scrollbars 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.c8df3b0Discard changes to resources/assets/js/themes.ts📊 Changes
2 files changed (+27 additions, -1 deletions)
View changed files
📝
resources/assets/js/types.d.ts(+2 -0)📝
resources/assets/sass/partials/_shared.scss(+25 -1)📄 Description
…itations 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.