[GH-ISSUE #728] [Notifications] Incorrect CSS selector in docs #7263

Closed
opened 2026-05-23 02:53:20 +01:00 by JakeStanger · 3 comments
Owner

Originally created by @Humorist2601 on GitHub (Sep 10, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/728

Hello

Recently tried you bar and I am loving it. Just one thing. I have tried customizing the notification button using following css

.notifications {
  border-radius: 0;
}

But it is still showing the border radius. Any help

Originally created by @Humorist2601 on GitHub (Sep 10, 2024). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/728 Hello Recently tried you bar and I am loving it. Just one thing. I have tried customizing the notification button using following css ```css .notifications { border-radius: 0; } ``` But it is still showing the border radius. Any help
Author
Owner

@JakeStanger commented on GitHub (Sep 11, 2024):

I'm not sure why that wouldn't work. It may be a specificity issue. Try specifying it's the button you're after:

button.notifications {
  border-radius: 0;
}

If still no luck, let me know and I'll give it a go as soon as I can.

<!-- gh-comment-id:2343099523 --> @JakeStanger commented on GitHub (Sep 11, 2024): I'm not sure why that wouldn't work. It may be a specificity issue. Try specifying it's the button you're after: ```css button.notifications { border-radius: 0; } ``` If still no luck, let me know and I'll give it a go as soon as I can.
Author
Owner

@Humorist2601 commented on GitHub (Sep 11, 2024):

Hello, I tried using different selectors but the one that actually worked was
.notifications button

I think we can close this issue

<!-- gh-comment-id:2343115882 --> @Humorist2601 commented on GitHub (Sep 11, 2024): Hello, I tried using different selectors but the one that actually worked was `.notifications button` I think we can close this issue
Author
Owner

@JakeStanger commented on GitHub (Sep 11, 2024):

Glad you found a working solution. I'm going to re-open and re-label as a docs issue.

<!-- gh-comment-id:2343310090 --> @JakeStanger commented on GitHub (Sep 11, 2024): Glad you found a working solution. I'm going to re-open and re-label as a docs issue.
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#7263
No description provided.