Skip to content

Commit

Permalink
fix(tab-title): add full focus outline to closable tab button
Browse files Browse the repository at this point in the history
Effect is only noticable in high-contrast mode. Issue #6994
  • Loading branch information
mpriour committed Jul 3, 2023
1 parent 1f589b0 commit f4d0cee
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,8 @@
:host([bordered][position="bottom"][selected]) .container {
border-block-start-style: none;
}

.close-button {
@apply z-default;
}
}

0 comments on commit f4d0cee

Please sign in to comment.