Skip to content

Fix double border in TabBar component#10

Merged
Angelmmiguel merged 1 commit intomainfrom
rover/task-1-UbJ4jCNtCjju
Feb 23, 2026
Merged

Fix double border in TabBar component#10
Angelmmiguel merged 1 commit intomainfrom
rover/task-1-UbJ4jCNtCjju

Conversation

@Angelmmiguel
Copy link
Copy Markdown
Contributor

Summary

  • Fixes the duplicate bottom border on the TabBar fill div that caused a visible 2px border instead of 1px across the entire tab row

Closes #8

The trailing fill div had redundant `border-b border-edge` classes that
stacked with the parent container's bottom border, creating a visible
double border after the last tab.

Co-Authored-By: Rover <noreply@endor.dev>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
capsule 83c1060 Commit Preview URL

Branch Preview URL
Feb 20 2026, 03:52 PM

@Angelmmiguel Angelmmiguel self-assigned this Feb 23, 2026
@Angelmmiguel Angelmmiguel merged commit 8df97dc into main Feb 23, 2026
2 checks passed
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.

The tab component in the viewer has a double border

1 participant