Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text colour in player overflow menu #6213

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

absidue
Copy link
Member

@absidue absidue commented Nov 22, 2024

Fix text colour in player overflow menu

Pull Request Type

  • Bugfix

Related issue

Description

This pull request fixes the currently active base theme not being applied to the "current selection" texts in the player overflow menu.

Screenshots

Before:
before

After:
after

Testing

  1. Shrink the window small enough for the overflow menu to show up
  2. Try various themes and check that the text in the overflow menu is legible

Desktop

  • OS: Windows
  • OS Version: 10
  • FreeTube version: 41c2e4c

@github-actions github-actions bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Nov 22, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) November 22, 2024 17:04
Copy link
Collaborator

@PikachuEXE PikachuEXE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am gonna call Hot Pink as Chili Pink

image

@FreeTubeBot FreeTubeBot merged commit 59dcac8 into FreeTubeApp:development Nov 23, 2024
5 checks passed
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Nov 23, 2024
@absidue absidue deleted the overflow-menu-colours branch November 23, 2024 16:39
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Nov 24, 2024
* development: (273 commits)
  Translated using Weblate (Serbian)
  Translated using Weblate (Czech)
  Translated using Weblate (French)
  Translated using Weblate (German)
  Translated using Weblate (Spanish)
  Fix text colour in player overflow menu (FreeTubeApp#6213)
  Add warning message to proxy settings (FreeTubeApp#6099)
  Migrate SubscribedChannels view to Composition API (FreeTubeApp#6131)
  Translated using Weblate (Croatian)
  Translated using Weblate (English (United Kingdom))
  Translated using Weblate (Afrikaans)
  Translated using Weblate (Afrikaans)
  Better player error handling (FreeTubeApp#6180)
  Translated using Weblate (Arabic)
  Translated using Weblate (Afrikaans)
  local API: Fix playlists and podcasts not appearing in search results (FreeTubeApp#6196)
  Translated using Weblate (Serbian)
  Translated using Weblate (Hungarian)
  Bump shaka-player from 4.11.11 to 4.12.1 (FreeTubeApp#6193)
  Translated using Weblate (French)
  ...

# Conflicts:
#	src/renderer/views/SubscribedChannels/SubscribedChannels.js
Soham456 pushed a commit to Soham456/FreeTube that referenced this pull request Dec 5, 2024
jlvivero pushed a commit to jlvivero/FreeTube that referenced this pull request Dec 7, 2024
@@ -67,6 +67,10 @@
color: var(--side-nav-hover-text-color) !important;
}

:deep(.shaka-current-selection-span) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@absidue This also affects the color of the stats button text, which can render it nearly invisible depending on your theme.
Screen Shot 2024-12-09 at 11 28 20 am

How about:

:deep(.shaka-overflow-menu-only .shaka-current-selection-span) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OothecaPickle could you open up an issue for this so this doesnt get lost

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OothecaPickle could you open up an issue for this so this doesnt get lost

#6406

SuperAKWA pushed a commit to SuperAKWA/FreeTube that referenced this pull request Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants