EightfoldAI / octuple

The Octuple component library
MIT License
16 stars 45 forks source link

pill tabs overlap with keyboard focus #828

Open jhoward-eightfold opened 1 month ago

jhoward-eightfold commented 1 month ago

Very minor overlap of neighbor tabs when keyboard focusing through the tabs. happens at least for medium and small tabs.

Forward fixed with:

    div[role="tablist"] button[role="tab"]:not(:last-of-type) {
      margin-right: 2px;
    }

Screenshot 2024-05-07 at 2 05 18 PM

Reproduction: https://codesandbox.io/p/sandbox/tab-overlap-reproduction-kpcwkx?file=%2Fdemo.js%3A46%2C21