Skip to content

Commit

Permalink
fix(tab-title): add full focus outline to closable tab button in high…
Browse files Browse the repository at this point in the history
… contrast mode (#7272)

Effect is only noticable in high-contrast mode. Issue #6994

**Related Issue:** #6994

## Summary
Adds a simple z-index to show the high contrast focus outline over the
tab title outline.
  • Loading branch information
mpriour authored Jul 3, 2023
1 parent 9e55d7c commit d812d17
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,9 @@
:host([bordered][position="bottom"][selected]) .container {
border-block-start-style: none;
}

.close-button {
/* in high contrast the tab title outline covers the close button outline without a z-index */
@apply z-default;
}
}

0 comments on commit d812d17

Please sign in to comment.