fix(components): tabs focus visible (#7665)

This commit is contained in:
Hangyeong
2022-05-13 09:42:49 +09:00
committed by GitHub
parent ae25f4e14a
commit eb6bb6265d

View File

@@ -121,6 +121,11 @@
outline: none;
}
&:focus-visible {
box-shadow: 0 0 2px 2px getCssVar('color-primary') inset;
border-radius: 3px;
}
& .is-icon-close {
border-radius: 50%;
text-align: center;