Skip to content

Commit d812d17

Browse files
authored
fix(tab-title): add full focus outline to closable tab button in high 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.
1 parent 9e55d7c commit d812d17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/calcite-components/src/components/tab-title/tab-title.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,9 @@
292292
:host([bordered][position="bottom"][selected]) .container {
293293
border-block-start-style: none;
294294
}
295+
296+
.close-button {
297+
/* in high contrast the tab title outline covers the close button outline without a z-index */
298+
@apply z-default;
299+
}
295300
}

0 commit comments

Comments
 (0)