Skip to content

fix(ui): folder view toggle button styles overridden due to equal specificity#15544

Merged
PatrikKozak merged 1 commit intomainfrom
fix/ui-folder-toggle-padding
Feb 6, 2026
Merged

fix(ui): folder view toggle button styles overridden due to equal specificity#15544
PatrikKozak merged 1 commit intomainfrom
fix/ui-folder-toggle-padding

Conversation

@PatrikKozak
Copy link
Copy Markdown
Contributor

What

Folder view toggle buttons render with inconsistent padding across different environments due to CSS cascade order differences.

Why

The .folder-view-toggle-button selector has equal specificity to .btn, so whichever CSS loads last wins. Different build tools and environments load CSS in different orders, causing the padding to apply inconsistently.

How

Increased selector specificity from .folder-view-toggle-button to .btn.folder-view-toggle-button.

Fixes #15523

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2026

📦 esbuild Bundle Analysis for payload

This analysis was generated by esbuild-bundle-analyzer. 🤖
This PR introduced no changes to the esbuild bundle! 🙌

@PatrikKozak PatrikKozak enabled auto-merge (squash) February 6, 2026 19:42
@PatrikKozak PatrikKozak merged commit df42bec into main Feb 6, 2026
154 checks passed
@PatrikKozak PatrikKozak deleted the fix/ui-folder-toggle-padding branch February 6, 2026 19:52
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

🚀 This is included in version v3.76.0

1 similar comment
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

🚀 This is included in version v3.76.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Searchbars differ in height for folder and list view

2 participants