[GH-ISSUE #185] Music popup classes duplicated across certain elements #5711

Closed
opened 2026-05-23 01:52:39 +01:00 by JakeStanger · 2 comments
Owner

Originally created by @A-Cloud-Ninja on GitHub (Jun 11, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/185

Describe the bug

The selector .popup-music .title .label targets both the icon and text labels and requires more specific selection when writing CSS.
Ironbar_Popup_Debug

The docs specifically note .popup-music .title .label | Track title label inside popup box

Originally created by @A-Cloud-Ninja on GitHub (Jun 11, 2023). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/185 **Describe the bug** The selector `.popup-music .title .label` targets both the icon and text labels and requires more specific selection when writing CSS. ![Ironbar_Popup_Debug](https://github.com/JakeStanger/ironbar/assets/5809177/1d8af82d-b48e-4f56-9d8a-bc9bef600182) The docs specifically note `.popup-music .title .label | Track title label inside popup box`
Author
Owner

@JakeStanger commented on GitHub (Jun 11, 2023):

Looks like the .icon is getting the .label class for some reason. Should be an easy fix

<!-- gh-comment-id:1586291480 --> @JakeStanger commented on GitHub (Jun 11, 2023): Looks like the `.icon` is getting the `.label` class for some reason. Should be an easy fix
Author
Owner

@JakeStanger commented on GitHub (Jun 12, 2023):

More to it than I thought, but I've changed some classes around and added some new ones that should resolve this.

<!-- gh-comment-id:1588130890 --> @JakeStanger commented on GitHub (Jun 12, 2023): More to it than I thought, but I've changed some classes around and added some new ones that should resolve this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#5711
No description provided.