mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): tabs focus visible (#7665)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user