mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-07 15:47:57 +08:00
fix(components): tabs focus visible (#7665)
This commit is contained in:
parent
ae25f4e14a
commit
eb6bb6265d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user