mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Tabs: use primary color as boxShadow color (#14558)
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
}
|
||||
|
||||
&:focus.is-active.is-focus:not(:active) {
|
||||
box-shadow: 0 0 2px 2px #409eff inset;
|
||||
box-shadow: 0 0 2px 2px $--color-primary inset;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user